aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2013-02-05 15:14:23 -0500
committerWim Van Sebroeck <wim@iguana.be>2013-03-01 06:46:28 -0500
commit52e5cc4efa576223174ad4c08a335802a36cb18c (patch)
tree62ac1506ac5fceae83b5028f711958cb1e99688e /drivers/watchdog/Kconfig
parent04ecc7dc8ee62580d7c2f039bfb6eab41e8b2a7d (diff)
watchdog: Convert BookE watchdog driver to watchdog infrastructure
Signed-off-by: Guenter Roeck <linux@roeck-us.net> 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 100caabf7fc8..beded63689d1 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1145,6 +1145,7 @@ config PIKA_WDT
1145config BOOKE_WDT 1145config BOOKE_WDT
1146 tristate "PowerPC Book-E Watchdog Timer" 1146 tristate "PowerPC Book-E Watchdog Timer"
1147 depends on BOOKE || 4xx 1147 depends on BOOKE || 4xx
1148 select WATCHDOG_CORE
1148 ---help--- 1149 ---help---
1149 Watchdog driver for PowerPC Book-E chips, such as the Freescale 1150 Watchdog driver for PowerPC Book-E chips, such as the Freescale
1150 MPC85xx SOCs and the IBM PowerPC 440. 1151 MPC85xx SOCs and the IBM PowerPC 440.