diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2013-12-04 07:32:14 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-01-28 21:27:08 +0100 |
commit | d5cfaf0a8554ad6b0e74955c7217ed24b2cadc9b (patch) | |
tree | 0a69d7903427f72591173202fa9c33e867262844 /drivers/watchdog/Kconfig | |
parent | 15edd9eedd61ac7be53d63ffa6a7208d4479cece (diff) | |
download | talos-op-linux-d5cfaf0a8554ad6b0e74955c7217ed24b2cadc9b.tar.gz talos-op-linux-d5cfaf0a8554ad6b0e74955c7217ed24b2cadc9b.zip |
watchdog: mpc8xxx_wdt convert to watchdog core
Convert mpc8xxx_wdt.c to the new watchdog API.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reviewed-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 833ebe691f9f..8cb4f3dc8c94 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1202,6 +1202,7 @@ config MPC5200_WDT config 8xxx_WDT tristate "MPC8xxx Platform Watchdog Timer" depends on PPC_8xx || PPC_83xx || PPC_86xx + select WATCHDOG_CORE help This driver is for a SoC level watchdog that exists on some Freescale PowerPC processors. So far this driver supports: |