summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck2016-02-28 22:12:19 +0100
committerWim Van Sebroeck2016-03-16 21:11:21 +0100
commitf29a72c24ad4927027e77e4eed431a61bc8335b2 (patch)
tree23f485d7364555aa700d468f7aaaba951814cc36 /drivers/watchdog/Kconfig
parentwatchdog: Add support for minimum time between heartbeats (diff)
downloadkernel-qcow2-linux-f29a72c24ad4927027e77e4eed431a61bc8335b2.tar.gz
kernel-qcow2-linux-f29a72c24ad4927027e77e4eed431a61bc8335b2.tar.xz
kernel-qcow2-linux-f29a72c24ad4927027e77e4eed431a61bc8335b2.zip
watchdog: dw_wdt: Convert to use watchdog infrastructure
Convert driver to use watchdog infrastructure. This includes infrastructure support to handle watchdog keepalive if the watchdog is running while the watchdog device is closed. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 3fca65e418c9..302078e321dc 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -350,6 +350,7 @@ config SA1100_WATCHDOG
config DW_WATCHDOG
tristate "Synopsys DesignWare watchdog"
depends on HAS_IOMEM
+ select WATCHDOG_CORE
help
Say Y here if to include support for the Synopsys DesignWare
watchdog timer found in many chips.