commit | c0bc2a7e06742d32b14b7d71e617dc5428bf8ef2 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri Mar 16 17:21:01 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 06 16:31:11 2018 -0400 |
tree | cf19f3056f0c14b830fa009a717ec8e816c8d83d | |
parent | 5c5da4318b18b7144975c9d93cbde1b981ed4e56 [diff] [blame] |
powerpc: mpc8xx: move watchdog into drivers/watchdog In preparation of DM watchdog, move basic actions into drivers/watchdog Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index af45cfe..13a7956 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig
@@ -34,7 +34,7 @@ bool "MPC8xx" select BOARD_EARLY_INIT_F imply CMD_REGINFO - imply HW_WATCHDOG + imply MPC8xx_WATCHDOG endchoice