diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-02-08 06:24:10 (GMT) |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-03-27 18:06:59 (GMT) |
commit | a0f3683365513c052d21991fe75eccd95aba9d34 (patch) | |
tree | c41a5e01375919c8f9d3595350bc0fbaea2bf3a9 /drivers/watchdog/Kconfig | |
parent | 6b1e83869d13a6b5ce9ceb4b8f79a7538d467dee (diff) | |
download | 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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index c83a83f..8f5c317 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. |