diff options
author | Matteo Croce <technoboy85@gmail.com> | 2007-09-20 16:06:41 (GMT) |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2007-10-23 20:35:13 (GMT) |
commit | c283cf2c09ca1b7f1e7677bde384a8f92b1b7584 (patch) | |
tree | 925026bb73224b863a53e674294554a1e574905d /drivers/watchdog/Kconfig | |
parent | 01ed08c14de6933e9f29ba3359a46598dae6f5b7 (diff) | |
download | linux-c283cf2c09ca1b7f1e7677bde384a8f92b1b7584.tar.xz |
[WATCHDOG] AR7: watchdog timer
Driver for the watchdog timer. Still doesn't reboots the machine
on some boards, but we have improved and cleaned it
Signed-off-by: Matteo Croce <technoboy85@gmail.com>
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Signed-off-by: Enrik Berkhan <Enrik.Berkhan@akk.org>
Signed-off-by: Christer Weinigel <wingel@nano-system.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index da0741d..81db48f 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -610,6 +610,12 @@ config WDT_RM9K_GPI To compile this driver as a module, choose M here: the module will be called rm9k_wdt. +config AR7_WDT + tristate "TI AR7 Watchdog Timer" + depends on AR7 + help + Hardware driver for the TI AR7 Watchdog Timer. + # PARISC Architecture # POWERPC Architecture |