diff options
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 b04b18468932..910e09f49b36 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -401,6 +401,17 @@ config ALIM7101_WDT | |||
401 | 401 | ||
402 | Most people will say N. | 402 | Most people will say N. |
403 | 403 | ||
404 | config F71808E_WDT | ||
405 | tristate "Fintek F71808E and F71882FG Watchdog" | ||
406 | depends on X86 && EXPERIMENTAL | ||
407 | help | ||
408 | This is the driver for the hardware watchdog on the Fintek | ||
409 | F71808E and F71882FG Super I/O controllers. | ||
410 | |||
411 | You can compile this driver directly into the kernel, or use | ||
412 | it as a module. The module will be called f71808e_wdt. | ||
413 | |||
414 | |||
404 | config GEODE_WDT | 415 | config GEODE_WDT |
405 | tristate "AMD Geode CS5535/CS5536 Watchdog" | 416 | tristate "AMD Geode CS5535/CS5536 Watchdog" |
406 | depends on CS5535_MFGPT | 417 | depends on CS5535_MFGPT |