summaryrefslogtreecommitdiff
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2014-04-11 08:57:14 +0200
committerWim Van Sebroeck <wim@iguana.be>2014-06-10 21:42:59 +0200
commitfaad5de0b10484d3dc2ed2a803b2b82f6b1b81ee (patch)
treea04f2d7fd77b5887c69b17616ba85c899879796b /drivers/watchdog/Kconfig
parenta7977003293ed0c13e62d95fc8cd1d20e22b7282 (diff)
watchdog: imx2_wdt: convert to watchdog core api
Convert the imx2_wdt driver to the new watchdog core api. Signed-off-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Cc: Wolfram Sang <wsa@the-dreams.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 65ef91e3e497..9360c5525fa9 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -379,6 +379,7 @@ config IMX2_WDT
tristate "IMX2+ Watchdog"
depends on ARCH_MXC
select REGMAP_MMIO
+ select WATCHDOG_CORE
help
This is the driver for the hardware watchdog
on the Freescale IMX2 and later processors.