diff options
author | Mika Westerberg <mika.westerberg@iki.fi> | 2009-11-29 09:58:38 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-03-06 10:12:03 -0500 |
commit | c90bf2aa94c08a0f48874f64ebdeb5fe973cf02e (patch) | |
tree | e78de295e1e68e937699a029b1818ff21c1c98b7 /drivers/watchdog/Kconfig | |
parent | 64096c17417380d8a472d096645f4cbc9406c987 (diff) |
[WATCHDOG] ep93xx: implemented watchdog timer driver for TS-72xx SBCs
Technologic Systems TS-72xx SBCs have external glue logic
CPLD which includes watchdog timer. This driver implements
kernel support for that.
Signed-off-by: Mika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 3da3f48720a7..1e48d4c45f86 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -289,6 +289,17 @@ config ADX_WATCHDOG | |||
289 | Say Y here if you want support for the watchdog timer on Avionic | 289 | Say Y here if you want support for the watchdog timer on Avionic |
290 | Design Xanthos boards. | 290 | Design Xanthos boards. |
291 | 291 | ||
292 | config TS72XX_WATCHDOG | ||
293 | tristate "TS-72XX SBC Watchdog" | ||
294 | depends on MACH_TS72XX | ||
295 | help | ||
296 | Technologic Systems TS-7200, TS-7250 and TS-7260 boards have | ||
297 | watchdog timer implemented in a external CPLD chip. Say Y here | ||
298 | if you want to support for the watchdog timer on TS-72XX boards. | ||
299 | |||
300 | To compile this driver as a module, choose M here: the | ||
301 | module will be called ts72xx_wdt. | ||
302 | |||
292 | # AVR32 Architecture | 303 | # AVR32 Architecture |
293 | 304 | ||
294 | config AT32AP700X_WDT | 305 | config AT32AP700X_WDT |