diff options
author | Lutz Ballaschke <vegan.grindcore@googlemail.com> | 2011-01-12 01:09:02 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2011-01-12 13:51:10 +0000 |
commit | e13752a1de02044bfda352cbc834e3c9541f148b (patch) | |
tree | e46cb8c8953f337a3e5553e1d02d7de630599825 /drivers/watchdog/Kconfig | |
parent | 203f8d893ed772ec8589cfd3c7d1af312643b703 (diff) | |
download | linux-3.10-e13752a1de02044bfda352cbc834e3c9541f148b.tar.gz linux-3.10-e13752a1de02044bfda352cbc834e3c9541f148b.tar.bz2 linux-3.10-e13752a1de02044bfda352cbc834e3c9541f148b.zip |
watchdog: f71808e_wdt: add F71862FG, F71869 to Kconfig
Update Kconfig with the additional Fintek hardware that we support.
Signed-off-by: Lutz Ballaschke <vegan.grindcore@googlemail.com>
Acked-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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 8a3aa2f050c..3c6607ddcd2 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -409,11 +409,11 @@ config ALIM7101_WDT Most people will say N. config F71808E_WDT - tristate "Fintek F71808E, F71882FG and F71889FG Watchdog" + tristate "Fintek F71808E, F71862FG, F71869, F71882FG and F71889FG Watchdog" depends on X86 && EXPERIMENTAL help This is the driver for the hardware watchdog on the Fintek - F71808E, F71882FG and F71889FG Super I/O controllers. + F71808E, F71862FG, F71869, F71882FG and F71889FG 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. |