summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorAaro Koskinen2012-10-10 22:23:32 +0200
committerWim Van Sebroeck2012-12-19 22:24:55 +0100
commit67c0f55468443ef8a1edc6ee92f9a92e4915be24 (patch)
tree812ce326687b4ce68cd6efa07da6143e2a2b9e92 /drivers/watchdog/Kconfig
parentwatchdog: WatchDog Timer Driver Core: fix comment (diff)
downloadkernel-qcow2-linux-67c0f55468443ef8a1edc6ee92f9a92e4915be24.tar.gz
kernel-qcow2-linux-67c0f55468443ef8a1edc6ee92f9a92e4915be24.tar.xz
kernel-qcow2-linux-67c0f55468443ef8a1edc6ee92f9a92e4915be24.zip
watchdog: omap_wdt: convert to new watchdog core
Convert omap_wdt to new watchdog core. On OMAP boards, there are usually multiple watchdogs. Since the new watchdog core supports multiple watchdogs, all watchdog drivers used on OMAP should be converted. The legacy watchdog device node is still created, so this should not break existing users. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Tested-by: Jarkko Nikula <jarkko.nikula@jollamobile.com> Tested-by: Lokesh Vutla <lokeshvutla@ti.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 b19465c15091..aecce5c8cf11 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -232,6 +232,7 @@ config EP93XX_WATCHDOG
config OMAP_WATCHDOG
tristate "OMAP Watchdog"
depends on ARCH_OMAP16XX || ARCH_OMAP2PLUS
+ select WATCHDOG_CORE
help
Support for TI OMAP1610/OMAP1710/OMAP2420/OMAP3430/OMAP4430 watchdog. Say 'Y'
here to enable the OMAP1610/OMAP1710/OMAP2420/OMAP3430/OMAP4430 watchdog timer.