diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2009-09-23 07:49:52 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2009-09-25 04:38:16 -0400 |
commit | 38461c5c084ec9119f481f27629d84283733b82a (patch) | |
tree | 7c5ab2defda56869f88f70365c74ca78dcf3b376 /drivers/watchdog/Kconfig | |
parent | 851b147e4411df6a1e7e90e2a609773c277eefd2 (diff) |
[WATCHDOG] Add support for the Avionic Design Xanthos watchdog timer.
This patch adds support for the watchdog timer on Avionic Design Xanthos
boards.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index ff3eb8ff6bd7..3711b888d482 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -282,6 +282,13 @@ config NUC900_WATCHDOG | |||
282 | To compile this driver as a module, choose M here: the | 282 | To compile this driver as a module, choose M here: the |
283 | module will be called nuc900_wdt. | 283 | module will be called nuc900_wdt. |
284 | 284 | ||
285 | config ADX_WATCHDOG | ||
286 | tristate "Avionic Design Xanthos watchdog" | ||
287 | depends on ARCH_PXA_ADX | ||
288 | help | ||
289 | Say Y here if you want support for the watchdog timer on Avionic | ||
290 | Design Xanthos boards. | ||
291 | |||
285 | # AVR32 Architecture | 292 | # AVR32 Architecture |
286 | 293 | ||
287 | config AT32AP700X_WDT | 294 | config AT32AP700X_WDT |