aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2011-09-26 09:40:14 -0400
committerWim Van Sebroeck <wim@iguana.be>2011-11-05 16:25:20 -0400
commit25dc46e3837cd01dc1742eefb73d064f6336850f (patch)
tree8986b563b9385060f4134fe8ac19bb9d0719fe54 /drivers/watchdog/Kconfig
parent74cd4c67392c1cee0499ba0977ec843252c7af28 (diff)
watchdog: s3c2410: convert to use the watchdog framework
Make this driver a user of the watchdog framework and remove now centrally handled parts. Tested on a mini2440. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Kukjin Kim <kgene.kim@samsung.com> 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 64c6752ea2c6..40a36c50a5f4 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -170,6 +170,7 @@ config HAVE_S3C2410_WATCHDOG
170config S3C2410_WATCHDOG 170config S3C2410_WATCHDOG
171 tristate "S3C2410 Watchdog" 171 tristate "S3C2410 Watchdog"
172 depends on ARCH_S3C2410 || HAVE_S3C2410_WATCHDOG 172 depends on ARCH_S3C2410 || HAVE_S3C2410_WATCHDOG
173 select WATCHDOG_CORE
173 help 174 help
174 Watchdog timer block in the Samsung SoCs. This will reboot 175 Watchdog timer block in the Samsung SoCs. This will reboot
175 the system when the timer expires with the watchdog enabled. 176 the system when the timer expires with the watchdog enabled.