diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-01-26 19:53:56 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-02-17 23:33:37 +0300 |
commit | a77841d59eb54ceb7b97b5e23053cd205e3a4c00 (patch) | |
tree | 5e1955903b1e01f0917b9007c884a4a2461da235 /drivers/watchdog/Kconfig | |
parent | 1cc7495c60879eeeda52385a70c99c4cbaace7ef (diff) | |
download | linux-a77841d59eb54ceb7b97b5e23053cd205e3a4c00.tar.xz |
watchdog: w83627hf_wdt: Add support for NCT6791 and NCT6792
The watchdog functionality in both chips is almost identical to NCT6779.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 4fd4a13cb261..60a2bf400082 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1015,6 +1015,8 @@ config W83627HF_WDT NCT6775 NCT6776 NCT6779 + NCT6791 + NCT6792 This watchdog simply watches your kernel to make sure it doesn't freeze, and if it does, it reboots your computer after a certain |