diff options
author | Rob Kramer <rob@solution-space.com> | 2016-02-08 05:09:49 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-03-01 08:22:05 -0500 |
commit | 33f74b893a46448670f11375427f0084753c23b6 (patch) | |
tree | e1226dbc2e183966e8f97c3edb0b4da47aaebb1c /drivers/watchdog/Kconfig | |
parent | fc77dbd34c5c99bce46d40a2491937c3bcbd10af (diff) |
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 | |||
1142 | NCT6779 | 1142 | NCT6779 |
1143 | NCT6791 | 1143 | NCT6791 |
1144 | NCT6792 | 1144 | NCT6792 |
1145 | NCT6102D/04D/06D | ||
1145 | 1146 | ||
1146 | This watchdog simply watches your kernel to make sure it doesn't | 1147 | This watchdog simply watches your kernel to make sure it doesn't |
1147 | freeze, and if it does, it reboots your computer after a certain | 1148 | freeze, and if it does, it reboots your computer after a certain |