diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-08-17 16:58:43 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-01-28 15:35:30 -0500 |
commit | 962c04f54e4a3c322d19b47256f9aec0b9c8124e (patch) | |
tree | 0dbd271080882c80fc2c6642743c99b4e5b55d65 /drivers/watchdog/Kconfig | |
parent | f72fa00f8ab216ee484d61de17ddc84712456c3a (diff) |
watchdog: w83627hf: Auto-detect IO address and supported chips
Instead of requiring the user to provide an IO address per module
parameter, auto-detect it as well as supported chips.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 3fc5158ffecf..4fa8428612b2 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -892,13 +892,20 @@ config VIA_WDT | |||
892 | Most people will say N. | 892 | Most people will say N. |
893 | 893 | ||
894 | config W83627HF_WDT | 894 | config W83627HF_WDT |
895 | tristate "W83627HF/W83627DHG Watchdog Timer" | 895 | tristate "Watchdog timer for W83627HF/W83627DHG and compatibles" |
896 | depends on X86 | 896 | depends on X86 |
897 | select WATCHDOG_CORE | 897 | select WATCHDOG_CORE |
898 | ---help--- | 898 | ---help--- |
899 | This is the driver for the hardware watchdog on the W83627HF chipset | 899 | This is the driver for the hardware watchdog on the following |
900 | as used in Advantech PC-9578 and Tyan S2721-533 motherboards | 900 | Super I/O chips. |
901 | (and likely others). The driver also supports the W83627DHG chip. | 901 | W83627DHG/DHG-P/EHF/EHG/F/G/HF/S/SF/THF/UHG/UG |
902 | W83637HF | ||
903 | W83667HG/HG-B | ||
904 | W83687THF | ||
905 | NCT6775 | ||
906 | NCT6776 | ||
907 | NCT6779 | ||
908 | |||
902 | This watchdog simply watches your kernel to make sure it doesn't | 909 | This watchdog simply watches your kernel to make sure it doesn't |
903 | freeze, and if it does, it reboots your computer after a certain | 910 | freeze, and if it does, it reboots your computer after a certain |
904 | amount of time. | 911 | amount of time. |