summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorMark Brown2011-10-04 17:43:40 +0200
committerWim Van Sebroeck2011-11-05 21:28:59 +0100
commit00411ee9308e4b5f4b04caaa01685f955e259373 (patch)
tree5e614e61fdee4237ab0675651e8df52b24b9523f /drivers/watchdog/Kconfig
parentwatchdog: s3c2410: convert to use the watchdog framework (diff)
downloadkernel-qcow2-linux-00411ee9308e4b5f4b04caaa01685f955e259373.tar.gz
kernel-qcow2-linux-00411ee9308e4b5f4b04caaa01685f955e259373.tar.xz
kernel-qcow2-linux-00411ee9308e4b5f4b04caaa01685f955e259373.zip
watchdog: Convert wm831x driver to watchdog core
Fairly large code churn but not much doing with that and the overall result is a definite win. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> 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 40a36c50a5f4..6285867a9356 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -66,6 +66,7 @@ config SOFT_WATCHDOG
config WM831X_WATCHDOG
tristate "WM831x watchdog"
depends on MFD_WM831X
+ select WATCHDOG_CORE
help
Support for the watchdog in the WM831x AudioPlus PMICs. When
the watchdog triggers the system will be reset.