summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorMartyn Welch2008-11-10 13:31:26 +0100
committerWim Van Sebroeck2009-01-12 21:08:42 +0100
commit3268b5618f387c6b78b8f8b1190d43380c8170ac (patch)
tree009133a59acb06a84b98e656f18950f392aca86c /drivers/watchdog/Makefile
parent[WATCHDOG] wm8350: Fix section annotations (diff)
downloadkernel-qcow2-linux-3268b5618f387c6b78b8f8b1190d43380c8170ac.tar.gz
kernel-qcow2-linux-3268b5618f387c6b78b8f8b1190d43380c8170ac.tar.xz
kernel-qcow2-linux-3268b5618f387c6b78b8f8b1190d43380c8170ac.zip
[WATCHDOG] Basic support for GE Fanuc's FPGA based watchdog timer
GE Fanuc SBC610 Support for the FPGA based watchdog timer as found on GE Fanuc's SBC310, SBC610 and PPC9A Single Board Computers. This patch adds support for the watchdog timer found in one of the devices FPGAs. There are two identical watchdog timers at different offsets in the above mentioned boards, this driver is capable of supporting one of them. The watchdog timers are also capable of generating interrupts at a user-configurable threshold, though support for this operation is currently not supported by the driver. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index c19b866f5ed1..e79187a79501 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -111,6 +111,7 @@ obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
# PARISC Architecture
# POWERPC Architecture
+obj-$(CONFIG_GEF_WDT) += gef_wdt.o
obj-$(CONFIG_MPC5200_WDT) += mpc5200_wdt.o
obj-$(CONFIG_8xxx_WDT) += mpc8xxx_wdt.o
obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o