summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2012-02-02 12:48:11 -0500
committerWim Van Sebroeck <wim@iguana.be>2012-03-27 14:06:37 -0400
commit6b1e83869d13a6b5ce9ceb4b8f79a7538d467dee (patch)
treeb4d9cc2997cad8c9b8a699132a6f41afb4f9e405 /drivers/watchdog/Kconfig
parent2e51d90f4db6c94bc75c6ff22e959237f3cc27ba (diff)
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
235config PNX4008_WATCHDOG 235config PNX4008_WATCHDOG
236 tristate "PNX4008 and LPC32XX Watchdog" 236 tristate "PNX4008 and LPC32XX Watchdog"
237 depends on ARCH_PNX4008 || ARCH_LPC32XX 237 depends on ARCH_PNX4008 || ARCH_LPC32XX
238 select WATCHDOG_CORE
238 help 239 help
239 Say Y here if to include support for the watchdog timer 240 Say Y here if to include support for the watchdog timer
240 in the PNX4008 or LPC32XX processor. 241 in the PNX4008 or LPC32XX processor.