diff options
author | Wan ZongShun <mcuos.com@gmail.com> | 2009-08-17 18:00:01 +0800 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2009-09-18 08:35:07 +0000 |
commit | 0400e3134b03336617138f9ebf2cd0f117ceef20 (patch) | |
tree | 5d1f577958534fd162d34fb0dbf7212b741aee6a /drivers/watchdog/Kconfig | |
parent | 3a5f90002e9d08e5a6406fc650bfd838bf23bc1b (diff) |
[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/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 1940a08d18de..3229889c3591 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -266,6 +266,15 @@ config STMP3XXX_WATCHDOG To compile this driver as a module, choose M here: the module will be called stmp3xxx_wdt. +config NUC900_WATCHDOG + tristate "Nuvoton NUC900 watchdog" + depends on ARCH_W90X900 + help + Say Y here if to include support for the watchdog timer + for the Nuvoton NUC900 series SoCs. + To compile this driver as a module, choose M here: the + module will be called nuc900_wdt. + # AVR32 Architecture config AT32AP700X_WDT |