summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorAxel Lin2012-02-08 07:24:10 +0100
committerWim Van Sebroeck2012-03-27 20:06:59 +0200
commita0f3683365513c052d21991fe75eccd95aba9d34 (patch)
treec41a5e01375919c8f9d3595350bc0fbaea2bf3a9 /drivers/watchdog/Kconfig
parentwatchdog: pnx4008: convert driver to use the watchdog framework (diff)
downloadkernel-qcow2-linux-a0f3683365513c052d21991fe75eccd95aba9d34.tar.gz
kernel-qcow2-linux-a0f3683365513c052d21991fe75eccd95aba9d34.tar.xz
kernel-qcow2-linux-a0f3683365513c052d21991fe75eccd95aba9d34.zip
watchdog: Convert max63xx_wdt driver to watchdog framework
This patch converts max63xx_wdt driver to watchdog framework. Also use devm_* APIs to save a few error handling code. 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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index c83a83fe0398..8f5c31763286 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -330,6 +330,7 @@ config TS72XX_WATCHDOG
config MAX63XX_WATCHDOG
tristate "Max63xx watchdog"
depends on ARM && HAS_IOMEM
+ select WATCHDOG_CORE
help
Support for memory mapped max63{69,70,71,72,73,74} watchdog timer.