diff options
author | Guenter Roeck <linux@roeck-us.net> | 2017-06-10 21:04:34 -0700 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2017-07-03 10:58:50 +0200 |
commit | 893dc8b5c9785e9ecf5ddfebbd78da6eddcdbac6 (patch) | |
tree | 3595dab7cfc001e03a97a760e7153b0a3221e7ed /drivers/watchdog/Kconfig | |
parent | 1d7b80394c48a56c705733cb6c044199ffbf1dfd (diff) | |
download | blackbird-obmc-linux-893dc8b5c9785e9ecf5ddfebbd78da6eddcdbac6.tar.gz blackbird-obmc-linux-893dc8b5c9785e9ecf5ddfebbd78da6eddcdbac6.zip |
watchdog: it87: Drop support for resetting watchdog though CIR and Game port
Resetting the watchdog timer on CIR interrupts or on game port interrupts
is not not supported on recent chips, and doesn't really tell if the system
is stable. On top of that, at least the bit to enable resetting the
watchdog through the game port is used differently on recent chips.
Drop resetting the watchdog on CIR or game port interrupts to simplify
the code.
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index d347bb25ac2e..e5749515d3ce 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1075,9 +1075,6 @@ config IT87_WDT IT8702, IT8712, IT8716, IT8718, IT8720, IT8721, IT8726 and IT8728 Super I/O chips. - If the driver does not work, then make sure that the game port in - the BIOS is enabled. - This watchdog simply watches your kernel to make sure it doesn't freeze, and if it does, it reboots your computer after a certain amount of time. |