diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 4fd3fa5546b1..ec68c741b564 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -55,6 +55,13 @@ config SOFT_WATCHDOG | |||
55 | To compile this driver as a module, choose M here: the | 55 | To compile this driver as a module, choose M here: the |
56 | module will be called softdog. | 56 | module will be called softdog. |
57 | 57 | ||
58 | config WM8350_WATCHDOG | ||
59 | tristate "WM8350 watchdog" | ||
60 | depends on MFD_WM8350 | ||
61 | help | ||
62 | Support for the watchdog in the WM8350 AudioPlus PMIC. When | ||
63 | the watchdog triggers the system will be reset. | ||
64 | |||
58 | # ALPHA Architecture | 65 | # ALPHA Architecture |
59 | 66 | ||
60 | # ARM Architecture | 67 | # ARM Architecture |
@@ -551,6 +558,18 @@ config CPU5_WDT | |||
551 | To compile this driver as a module, choose M here: the | 558 | To compile this driver as a module, choose M here: the |
552 | module will be called cpu5wdt. | 559 | module will be called cpu5wdt. |
553 | 560 | ||
561 | config SMSC_SCH311X_WDT | ||
562 | tristate "SMSC SCH311X Watchdog Timer" | ||
563 | depends on X86 | ||
564 | ---help--- | ||
565 | This is the driver for the hardware watchdog timer on the | ||
566 | SMSC SCH3112, SCH3114 and SCH3116 Super IO chipset | ||
567 | (LPC IO with 8042 KBC, Reset Generation, HWM and multiple | ||
568 | serial ports). | ||
569 | |||
570 | To compile this driver as a module, choose M here: the | ||
571 | module will be called sch311x_wdt. | ||
572 | |||
554 | config SMSC37B787_WDT | 573 | config SMSC37B787_WDT |
555 | tristate "Winbond SMsC37B787 Watchdog Timer" | 574 | tristate "Winbond SMsC37B787 Watchdog Timer" |
556 | depends on X86 | 575 | depends on X86 |