diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-02-05 21:14:23 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2013-03-01 12:46:28 +0100 |
commit | 52e5cc4efa576223174ad4c08a335802a36cb18c (patch) | |
tree | 62ac1506ac5fceae83b5028f711958cb1e99688e /drivers/watchdog/Kconfig | |
parent | watchdog: s3c2410_wdt: Use devm_* functions (diff) | |
download | linux-52e5cc4efa576223174ad4c08a335802a36cb18c.tar.xz linux-52e5cc4efa576223174ad4c08a335802a36cb18c.zip |
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/Kconfig | 1 |
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 config BOOKE_WDT tristate "PowerPC Book-E Watchdog Timer" depends on BOOKE || 4xx + select WATCHDOG_CORE ---help--- Watchdog driver for PowerPC Book-E chips, such as the Freescale MPC85xx SOCs and the IBM PowerPC 440. |