diff options
author | Giel van Schijndel <me@mortis.eu> | 2010-08-01 15:30:55 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-08-08 18:21:42 +0000 |
commit | 96cb4eb019ce3185ec0d946a74b5a2202f5067c9 (patch) | |
tree | 765d9a665d3dfa6b97957393ad4cf33a74999bcd /drivers/watchdog/Kconfig | |
parent | 4c4b638e3718344e4caeb157cfbfde1b6a7b1562 (diff) | |
download | talos-obmc-linux-96cb4eb019ce3185ec0d946a74b5a2202f5067c9.tar.gz talos-obmc-linux-96cb4eb019ce3185ec0d946a74b5a2202f5067c9.zip |
watchdog: f71808e_wdt: new watchdog driver for Fintek F71808E and F71882FG
Add a new watchdog driver for the Fintek F71808E and F71882FG Super I/O
controllers.
Signed-off-by: Giel van Schijndel <me@mortis.eu>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
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 Most people will say N. +config F71808E_WDT + tristate "Fintek F71808E and F71882FG Watchdog" + depends on X86 && EXPERIMENTAL + help + This is the driver for the hardware watchdog on the Fintek + F71808E and F71882FG Super I/O controllers. + + You can compile this driver directly into the kernel, or use + it as a module. The module will be called f71808e_wdt. + + config GEODE_WDT tristate "AMD Geode CS5535/CS5536 Watchdog" depends on CS5535_MFGPT |