diff options
author | Wan ZongShun <mcuos.com@gmail.com> | 2009-08-17 06:00:01 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2009-09-18 04:35:07 -0400 |
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 | |||
266 | To compile this driver as a module, choose M here: the | 266 | To compile this driver as a module, choose M here: the |
267 | module will be called stmp3xxx_wdt. | 267 | module will be called stmp3xxx_wdt. |
268 | 268 | ||
269 | config NUC900_WATCHDOG | ||
270 | tristate "Nuvoton NUC900 watchdog" | ||
271 | depends on ARCH_W90X900 | ||
272 | help | ||
273 | Say Y here if to include support for the watchdog timer | ||
274 | for the Nuvoton NUC900 series SoCs. | ||
275 | To compile this driver as a module, choose M here: the | ||
276 | module will be called nuc900_wdt. | ||
277 | |||
269 | # AVR32 Architecture | 278 | # AVR32 Architecture |
270 | 279 | ||
271 | config AT32AP700X_WDT | 280 | config AT32AP700X_WDT |