common: Move relocate_code() to init.h
[oweals/u-boot.git] / arch / powerpc / Kconfig
index c727d9162c4d4176337a58ead318d914b3630771..c2c577f60c16acf59fc857f8396242e0216770cb 100644 (file)
@@ -35,10 +35,16 @@ config MPC8xx
        bool "MPC8xx"
        select BOARD_EARLY_INIT_F
        imply CMD_REGINFO
-       imply MPC8xx_WATCHDOG
+       imply WDT_MPC8xx
 
 endchoice
 
+config HIGH_BATS
+       bool "Enable high BAT registers"
+       help
+         Enable BATs (block address translation registers) 4-7 on machines
+         that support them.
+
 source "arch/powerpc/cpu/mpc83xx/Kconfig"
 source "arch/powerpc/cpu/mpc85xx/Kconfig"
 source "arch/powerpc/cpu/mpc86xx/Kconfig"