diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2008-10-22 04:59:25 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-12-31 11:12:47 -0500 |
commit | 4c6e63bd177a28ca9154ae8c1bab00a387c350c4 (patch) | |
tree | 914ea254af8977bb4323630befd709c9b4e277c0 /drivers/watchdog/Kconfig | |
parent | 794db26f20b7dbb879f4e1911221e1959818dfdb (diff) |
[WATCHDOG] Add SMSC SCH311x Watchdog Timer.
Add a watchdog driver for the hardware watchdog timer on the
SMSC SCH3112, SCH3114 and SCH3116 Super IO chipset.
Tested-by: Marco Chiappero <marco@absence.it>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 4fd3fa5546b1..81f7021b3816 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -551,6 +551,18 @@ config CPU5_WDT | |||
551 | To compile this driver as a module, choose M here: the | 551 | To compile this driver as a module, choose M here: the |
552 | module will be called cpu5wdt. | 552 | module will be called cpu5wdt. |
553 | 553 | ||
554 | config SMSC_SCH311X_WDT | ||
555 | tristate "SMSC SCH311X Watchdog Timer" | ||
556 | depends on X86 | ||
557 | ---help--- | ||
558 | This is the driver for the hardware watchdog timer on the | ||
559 | SMSC SCH3112, SCH3114 and SCH3116 Super IO chipset | ||
560 | (LPC IO with 8042 KBC, Reset Generation, HWM and multiple | ||
561 | serial ports). | ||
562 | |||
563 | To compile this driver as a module, choose M here: the | ||
564 | module will be called sch311x_wdt. | ||
565 | |||
554 | config SMSC37B787_WDT | 566 | config SMSC37B787_WDT |
555 | tristate "Winbond SMsC37B787 Watchdog Timer" | 567 | tristate "Winbond SMsC37B787 Watchdog Timer" |
556 | depends on X86 | 568 | depends on X86 |