summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-01-12 18:14:07 +0100
committerWim Van Sebroeck <wim@iguana.be>2013-03-01 12:47:13 +0100
commit5434a04db905bb0af281cdb758d1357fbecd0fe8 (patch)
treeb87b6045e6d308a495e70be16564e879061f3bb9 /drivers/watchdog/Kconfig
parent52e5cc4efa576223174ad4c08a335802a36cb18c (diff)
downloadlinux-5434a04db905bb0af281cdb758d1357fbecd0fe8.tar.gz
linux-5434a04db905bb0af281cdb758d1357fbecd0fe8.tar.xz
watchdog: bcm47xx_wdt.c: convert to watchdog core api
Convert the bcm47xx_wdt.c driver to the new watchdog core api. The nowayout parameter is now added unconditionally to the module. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.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 beded63689d1..f3aae8ccb6f0 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -997,6 +997,7 @@ config ATH79_WDT
config BCM47XX_WDT
tristate "Broadcom BCM47xx Watchdog Timer"
depends on BCM47XX
+ select WATCHDOG_CORE
help
Hardware driver for the Broadcom BCM47xx Watchdog Timer.