aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2016-02-28 16:12:19 -0500
committerWim Van Sebroeck <wim@iguana.be>2016-03-16 16:11:21 -0400
commitf29a72c24ad4927027e77e4eed431a61bc8335b2 (patch)
tree23f485d7364555aa700d468f7aaaba951814cc36 /drivers/watchdog/Kconfig
parent15013ad813f6544be8e79afc23672745950d59bc (diff)
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
350config DW_WATCHDOG 350config DW_WATCHDOG
351 tristate "Synopsys DesignWare watchdog" 351 tristate "Synopsys DesignWare watchdog"
352 depends on HAS_IOMEM 352 depends on HAS_IOMEM
353 select WATCHDOG_CORE
353 help 354 help
354 Say Y here if to include support for the Synopsys DesignWare 355 Say Y here if to include support for the Synopsys DesignWare
355 watchdog timer found in many chips. 356 watchdog timer found in many chips.