aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-03-16 04:14:12 -0400
committerWim Van Sebroeck <wim@iguana.be>2012-03-27 14:15:47 -0400
commit15b25701b282bd761a82c6508529b2145744075f (patch)
tree413baca371a55476280860a56bd80f5b53e03991 /drivers/watchdog/Kconfig
parentfd7b673c92731fc6c0b1e999adfd87b6762ee797 (diff)
watchdog: coh901327: convert to use watchdog core
This converts the COH901327 watchdog to use the watchdog core. I followed Wolframs document, looked at some other drivers and tested it on the U300. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Cc: Wolfram Sang <w.sang@pengutronix.de> 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 7a8895396ecd..e25a4646672a 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -287,6 +287,7 @@ config COH901327_WATCHDOG
287 bool "ST-Ericsson COH 901 327 watchdog" 287 bool "ST-Ericsson COH 901 327 watchdog"
288 depends on ARCH_U300 288 depends on ARCH_U300
289 default y if MACH_U300 289 default y if MACH_U300
290 select WATCHDOG_CORE
290 help 291 help
291 Say Y here to include Watchdog timer support for the 292 Say Y here to include Watchdog timer support for the
292 watchdog embedded into the ST-Ericsson U300 series platforms. 293 watchdog embedded into the ST-Ericsson U300 series platforms.