diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-03-16 12:14:12 +0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-03-27 22:15:47 +0400 |
commit | 15b25701b282bd761a82c6508529b2145744075f (patch) | |
tree | 413baca371a55476280860a56bd80f5b53e03991 /drivers/watchdog/Kconfig | |
parent | fd7b673c92731fc6c0b1e999adfd87b6762ee797 (diff) | |
download | linux-15b25701b282bd761a82c6508529b2145744075f.tar.xz |
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/Kconfig | 1 |
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 bool "ST-Ericsson COH 901 327 watchdog" depends on ARCH_U300 default y if MACH_U300 + select WATCHDOG_CORE help Say Y here to include Watchdog timer support for the watchdog embedded into the ST-Ericsson U300 series platforms. |