From e12a679ddee4eb5ab2f99f7cf129355461e142c0 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Wed, 14 Mar 2012 10:31:50 -0700 Subject: watchdog: Convert ep93xx driver to watchdog core Convert the ep93xx_wdt driver to the watchdog framework API. Also, use the dev_ functions instead of pr_ for logging. Signed-off-by: H Hartley Sweeten Cc: Ryan Mallon Cc: Mika Westerberg Signed-off-by: Wim Van Sebroeck --- drivers/watchdog/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/watchdog/Kconfig') 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. -- cgit v1.2.3