diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2012-03-14 10:31:50 -0700 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-03-27 20:15:02 +0200 |
commit | e12a679ddee4eb5ab2f99f7cf129355461e142c0 (patch) | |
tree | 0e665dc6d5391f126d745f0e77ea238be1a08a3a /drivers/watchdog/Kconfig | |
parent | fb35a5ad5b4b2c3806b52b0159f4d5a0ad205c0f (diff) | |
download | blackbird-op-linux-e12a679ddee4eb5ab2f99f7cf129355461e142c0.tar.gz blackbird-op-linux-e12a679ddee4eb5ab2f99f7cf129355461e142c0.zip |
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 config EP93XX_WATCHDOG tristate "EP93xx Watchdog" depends on ARCH_EP93XX + select WATCHDOG_CORE help Say Y here if to include support for the watchdog timer embedded in the Cirrus Logic EP93xx family of devices. |