diff options
author | Guenter Roeck <linux@roeck-us.net> | 2017-06-11 07:04:36 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2017-07-03 11:58:59 +0300 |
commit | cddda07c7b31828f08c18f5898df0e457d280ada (patch) | |
tree | 548757da16456fad7bc4ea39ab9f662b416f692e /drivers/watchdog/Kconfig | |
parent | 1123c514b11201758674e2b34f297b94509d81db (diff) | |
download | linux-cddda07c7b31828f08c18f5898df0e457d280ada.tar.xz |
watchdog: it87: Add support for various Super-IO chips
Add support for IT8607, IT8622, IT8625, IT8628, IT8655, IT8665,
and IT8686.
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 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index e5749515d3ce..5ca9fb7c1180 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1071,9 +1071,10 @@ config IT87_WDT depends on X86 select WATCHDOG_CORE ---help--- - This is the driver for the hardware watchdog on the ITE IT8620, - IT8702, IT8712, IT8716, IT8718, IT8720, IT8721, IT8726 and IT8728 - Super I/O chips. + This is the driver for the hardware watchdog on the ITE IT8607, + IT8620, IT8622, IT8625, IT8628, IT8655, IT8665, IT8686, IT8702, + IT8712, IT8716, IT8718, IT8720, IT8721, IT8726, IT8728, and + IT8783 Super I/O chips. This watchdog simply watches your kernel to make sure it doesn't freeze, and if it does, it reboots your computer after a certain |