summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-02-08 14:24:10 +0800
committerWim Van Sebroeck <wim@iguana.be>2012-03-27 20:06:59 +0200
commita0f3683365513c052d21991fe75eccd95aba9d34 (patch)
treec41a5e01375919c8f9d3595350bc0fbaea2bf3a9 /drivers/watchdog/Kconfig
parent6b1e83869d13a6b5ce9ceb4b8f79a7538d467dee (diff)
downloadlinux-a0f3683365513c052d21991fe75eccd95aba9d34.tar.gz
linux-a0f3683365513c052d21991fe75eccd95aba9d34.tar.xz
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.