diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-01-23 15:26:59 +0800 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-03-27 20:06:22 +0200 |
commit | 2e51d90f4db6c94bc75c6ff22e959237f3cc27ba (patch) | |
tree | eaf84b639067a7d226722ea7bc117f9545d95953 /drivers/watchdog/Kconfig | |
parent | 85f6df1492ff8b620cf601a1509520d2b89858dd (diff) |
watchdog: Convert wm8350_wdt driver to watchdog core
This patch converts wm8350_wdt driver to use watchdog core APIs.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
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 d5531fb46325..debbdb739d75 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -74,6 +74,7 @@ config WM831X_WATCHDOG config WM8350_WATCHDOG tristate "WM8350 watchdog" depends on MFD_WM8350 + select WATCHDOG_CORE help Support for the watchdog in the WM8350 AudioPlus PMIC. When the watchdog triggers the system will be reset. |