diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2012-03-14 13:31:50 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-03-27 14:15:02 -0400 |
commit | e12a679ddee4eb5ab2f99f7cf129355461e142c0 (patch) | |
tree | 0e665dc6d5391f126d745f0e77ea238be1a08a3a /drivers/watchdog/Kconfig | |
parent | fb35a5ad5b4b2c3806b52b0159f4d5a0ad205c0f (diff) |
watchdog: Convert ep93xx driver to watchdog core
Convert the ep93xx_wdt driver to the watchdog framework API.
Also, use the dev_<fmt> functions instead of pr_<fmt> for logging.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ryan Mallon <rmallon@gmail.com>
Cc: Mika Westerberg <mika.westerberg@iki.fi>
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 af7444188f5c..7a8895396ecd 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -219,6 +219,7 @@ config MPCORE_WATCHDOG | |||
219 | config EP93XX_WATCHDOG | 219 | config EP93XX_WATCHDOG |
220 | tristate "EP93xx Watchdog" | 220 | tristate "EP93xx Watchdog" |
221 | depends on ARCH_EP93XX | 221 | depends on ARCH_EP93XX |
222 | select WATCHDOG_CORE | ||
222 | help | 223 | help |
223 | Say Y here if to include support for the watchdog timer | 224 | Say Y here if to include support for the watchdog timer |
224 | embedded in the Cirrus Logic EP93xx family of devices. | 225 | embedded in the Cirrus Logic EP93xx family of devices. |