diff options
author | Guenter Roeck <linux@roeck-us.net> | 2017-06-10 21:04:33 -0700 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2017-07-03 10:58:47 +0200 |
commit | 1d7b80394c48a56c705733cb6c044199ffbf1dfd (patch) | |
tree | 463b04301626879d2d25eec73f67893d29d90528 /drivers/watchdog/Kconfig | |
parent | 733403017399f18c1e31db2470b724e2605618b9 (diff) | |
download | linux-1d7b80394c48a56c705733cb6c044199ffbf1dfd.tar.bz2 |
watchdog: it87: Convert to use watchdog core infrastructure
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 e9da19627914..d347bb25ac2e 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1069,6 +1069,7 @@ config IT8712F_WDT config IT87_WDT tristate "IT87 Watchdog Timer" 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 |