aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-03-16 17:21:01 +0100
committerTom Rini <trini@konsulko.com>2018-04-06 16:31:11 -0400
commitc0bc2a7e06742d32b14b7d71e617dc5428bf8ef2 (patch)
treecf19f3056f0c14b830fa009a717ec8e816c8d83d /arch/powerpc/Kconfig
parent5c5da4318b18b7144975c9d93cbde1b981ed4e56 (diff)
downloadu-boot-c0bc2a7e06742d32b14b7d71e617dc5428bf8ef2.zip
u-boot-c0bc2a7e06742d32b14b7d71e617dc5428bf8ef2.tar.gz
u-boot-c0bc2a7e06742d32b14b7d71e617dc5428bf8ef2.tar.bz2
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>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
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 @@ config MPC8xx
bool "MPC8xx"
select BOARD_EARLY_INIT_F
imply CMD_REGINFO
- imply HW_WATCHDOG
+ imply MPC8xx_WATCHDOG
endchoice