summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorAxel Lin2012-03-26 05:14:29 +0200
committerWim Van Sebroeck2012-07-23 12:51:09 +0200
commit0dd6e4847ed8a42e81df6ffaa71129245a6d9d72 (patch)
treed9c3c0756b5f16f28aeaab70a4dc35ec3e57ef3e /drivers/watchdog/Kconfig
parentwatchdog: s3c2410_wdt: Use module_platform_driver() (diff)
downloadkernel-qcow2-linux-0dd6e4847ed8a42e81df6ffaa71129245a6d9d72.tar.gz
kernel-qcow2-linux-0dd6e4847ed8a42e81df6ffaa71129245a6d9d72.tar.xz
kernel-qcow2-linux-0dd6e4847ed8a42e81df6ffaa71129245a6d9d72.zip
watchdog: orion_wdt: Convert driver to watchdog core
Convert orion_wdt driver to use watchdog framework API. Signed-off-by: Axel Lin <axel.lin@gmail.com> Tested-by: Andrew Lunn <andrew@lunn.ch> 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 277ecbc36bcb..46e258c533cc 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -279,6 +279,7 @@ config DAVINCI_WATCHDOG
config ORION_WATCHDOG
tristate "Orion watchdog"
depends on ARCH_ORION5X || ARCH_KIRKWOOD
+ select WATCHDOG_CORE
help
Say Y here if to include support for the watchdog timer
in the Marvell Orion5x and Kirkwood ARM SoCs.