diff options
author | Rob Kramer <rob@solution-space.com> | 2016-02-08 18:09:49 +0800 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-03-01 14:22:05 +0100 |
commit | 33f74b893a46448670f11375427f0084753c23b6 (patch) | |
tree | e1226dbc2e183966e8f97c3edb0b4da47aaebb1c /drivers/watchdog/Kconfig | |
parent | fc77dbd34c5c99bce46d40a2491937c3bcbd10af (diff) | |
download | talos-obmc-linux-33f74b893a46448670f11375427f0084753c23b6.tar.gz talos-obmc-linux-33f74b893a46448670f11375427f0084753c23b6.zip |
watchdog: w83627hf: Added NCT6102D support.
As used in (and tested on) the ASRock IMB-150 board. Implementation is
identical to other NCT chips, just with different registers.
Signed-off-by: Rob Kramer <rob@solution-space.com>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 0f6d8515ba4f..b5f39b7e853d 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1142,6 +1142,7 @@ config W83627HF_WDT NCT6779 NCT6791 NCT6792 + NCT6102D/04D/06D This watchdog simply watches your kernel to make sure it doesn't freeze, and if it does, it reboots your computer after a certain |