aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@jollamobile.com>2012-09-11 02:01:10 -0400
committerWim Van Sebroeck <wim@iguana.be>2012-12-19 16:24:40 -0500
commitb2c4e4b2696287671723ef986f0db23cf4f52f15 (patch)
treef5c949159ada0b4ad75aebd16c05104b13975f30 /drivers/watchdog/Kconfig
parent5235f57a6f460d5620acfcf236ca29ecca993325 (diff)
watchdog: Convert twl4030_wdt to watchdog core
Convert the twl4030_wdt watchdog driver to watchdog core. While at there use devm_kzalloc and set the default timeout in order to be able test this driver with a simple shell script. Signed-off-by: Jarkko Nikula <jarkko.nikula@jollamobile.com> Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi> 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 ad1bb9382a9..ae5af82ac31 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -300,6 +300,7 @@ config COH901327_WATCHDOG
300config TWL4030_WATCHDOG 300config TWL4030_WATCHDOG
301 tristate "TWL4030 Watchdog" 301 tristate "TWL4030 Watchdog"
302 depends on TWL4030_CORE 302 depends on TWL4030_CORE
303 select WATCHDOG_CORE
303 help 304 help
304 Support for TI TWL4030 watchdog. Say 'Y' here to enable the 305 Support for TI TWL4030 watchdog. Say 'Y' here to enable the
305 watchdog timer support for TWL4030 chips. 306 watchdog timer support for TWL4030 chips.