diff options
author | Andrew Sharp <andy.sharp@onstor.com> | 2007-12-13 19:16:42 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-02-18 11:53:47 -0500 |
commit | 75c752e6c3147f596c13365b200b91d754b66f59 (patch) | |
tree | 7f8d6ad758b24ffe5633755b8322727353feaeae /drivers/watchdog/Kconfig | |
parent | 1309d4e68497184d2fd87e892ddf14076c2bda98 (diff) |
[WATCHDOG] Add support for SB1 hardware watchdog
Support watchdog timers built into SiByte MIPS SoCs.
Signed-off-by: Andy Sharp <andy.sharp@onstor.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index afcdc69e37d6..591e3f399114 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -633,6 +633,19 @@ config WDT_RM9K_GPI | |||
633 | To compile this driver as a module, choose M here: the | 633 | To compile this driver as a module, choose M here: the |
634 | module will be called rm9k_wdt. | 634 | module will be called rm9k_wdt. |
635 | 635 | ||
636 | config SIBYTE_WDOG | ||
637 | tristate "Sibyte SoC hardware watchdog" | ||
638 | depends on CPU_SB1 | ||
639 | help | ||
640 | Watchdog driver for the built in watchdog hardware in Sibyte | ||
641 | SoC processors. There are apparently two watchdog timers | ||
642 | on such processors; this driver supports only the first one, | ||
643 | because currently Linux only supports exporting one watchdog | ||
644 | to userspace. | ||
645 | |||
646 | To compile this driver as a loadable module, choose M here. | ||
647 | The module will be called sb_wdog. | ||
648 | |||
636 | config AR7_WDT | 649 | config AR7_WDT |
637 | tristate "TI AR7 Watchdog Timer" | 650 | tristate "TI AR7 Watchdog Timer" |
638 | depends on AR7 | 651 | depends on AR7 |