summaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Makefile
diff options
context:
space:
mode:
authorBryan Wu2007-07-14 20:50:02 +0200
committerWim Van Sebroeck2007-07-23 18:55:20 +0200
commit1e6d320f40685694708cef872edb10f4f9175989 (patch)
tree881ec512b694b589dc5662732b666c8a73f068d0 /drivers/char/watchdog/Makefile
parent[WATCHDOG] mpc5200 watchdog (GPT0) (diff)
downloadkernel-qcow2-linux-1e6d320f40685694708cef872edb10f4f9175989.tar.gz
kernel-qcow2-linux-1e6d320f40685694708cef872edb10f4f9175989.tar.xz
kernel-qcow2-linux-1e6d320f40685694708cef872edb10f4f9175989.zip
[WATCHDOG] Blackfin on-chip watchdog driver
This patch implements the driver necessary use the Analog Devices Blackfin processor's on-chip watchdog controller, supports BF53[123]/BF53[467]/BF54[2489]/BF561. Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Makefile')
-rw-r--r--drivers/char/watchdog/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Makefile b/drivers/char/watchdog/Makefile
index d76a6f475f7b..6f2342ee380f 100644
--- a/drivers/char/watchdog/Makefile
+++ b/drivers/char/watchdog/Makefile
@@ -40,6 +40,9 @@ obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o
# AVR32 Architecture
obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o
+# Blackfin Architecture
+obj-$(CONFIG_BFIN_WDT) += bfin_wdt.o
+
# X86 (i386 + ia64 + x86_64) Architecture
obj-$(CONFIG_ACQUIRE_WDT) += acquirewdt.o
obj-$(CONFIG_ADVANTECH_WDT) += advantechwdt.o