diff options
author | Guenter Roeck <linux@roeck-us.net> | 2016-02-28 13:12:19 -0800 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-03-16 21:11:21 +0100 |
commit | f29a72c24ad4927027e77e4eed431a61bc8335b2 (patch) | |
tree | 23f485d7364555aa700d468f7aaaba951814cc36 /drivers/watchdog/Kconfig | |
parent | 15013ad813f6544be8e79afc23672745950d59bc (diff) | |
download | linux-f29a72c24ad4927027e77e4eed431a61bc8335b2.tar.bz2 |
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/Kconfig | 1 |
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. |