summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorWolfram Sang2012-02-02 18:48:11 +0100
committerWim Van Sebroeck2012-03-27 20:06:37 +0200
commit6b1e83869d13a6b5ce9ceb4b8f79a7538d467dee (patch)
treeb4d9cc2997cad8c9b8a699132a6f41afb4f9e405 /drivers/watchdog/Kconfig
parentwatchdog: Convert wm8350_wdt driver to watchdog core (diff)
downloadkernel-qcow2-linux-6b1e83869d13a6b5ce9ceb4b8f79a7538d467dee.tar.gz
kernel-qcow2-linux-6b1e83869d13a6b5ce9ceb4b8f79a7538d467dee.tar.xz
kernel-qcow2-linux-6b1e83869d13a6b5ce9ceb4b8f79a7538d467dee.zip
watchdog: pnx4008: convert driver to use the watchdog framework
Make this driver a user of the watchdog framework and remove parts now handled by the core. Tested on a custom lpc32xx-board. [wim@iguana.be: Added set_timeout operation] Signed-off-by: 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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index debbdb739d75..c83a83fe0398 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -235,6 +235,7 @@ config OMAP_WATCHDOG
config PNX4008_WATCHDOG
tristate "PNX4008 and LPC32XX Watchdog"
depends on ARCH_PNX4008 || ARCH_LPC32XX
+ select WATCHDOG_CORE
help
Say Y here if to include support for the watchdog timer
in the PNX4008 or LPC32XX processor.