summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorWan ZongShun2009-08-17 12:00:01 +0200
committerWim Van Sebroeck2009-09-18 10:35:07 +0200
commit0400e3134b03336617138f9ebf2cd0f117ceef20 (patch)
tree5d1f577958534fd162d34fb0dbf7212b741aee6a /drivers/watchdog/Makefile
parent[WATCHDOG] add SBC-FITPC2 watchdog driver (diff)
downloadkernel-qcow2-linux-0400e3134b03336617138f9ebf2cd0f117ceef20.tar.gz
kernel-qcow2-linux-0400e3134b03336617138f9ebf2cd0f117ceef20.tar.xz
kernel-qcow2-linux-0400e3134b03336617138f9ebf2cd0f117ceef20.zip
[WATCHDOG] Add watchdog driver for NUC900
Add watchdog device driver for the Nuvoton NUC900 series SoCs. Signed-off-by: Wan ZongShun <mcuos.com@gmail.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 6c58e7ccee2c..e1784a6208a7 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -44,6 +44,7 @@ obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o
obj-$(CONFIG_ORION_WATCHDOG) += orion_wdt.o
obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o
obj-$(CONFIG_STMP3XXX_WATCHDOG) += stmp3xxx_wdt.o
+obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o
# AVR32 Architecture
obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o