Merge tag 'uniphier-v2020.04-3' of https://gitlab.denx.de/u-boot/custodians/u-boot...
[oweals/u-boot.git] / arch / powerpc / Kconfig
index d030610105ecd77e563d3fae5351c08663b7dc55..c2c577f60c16acf59fc857f8396242e0216770cb 100644 (file)
@@ -20,25 +20,34 @@ config MPC85xx
        select CREATE_ARCH_SYMLINK
        select SYS_FSL_DDR
        select SYS_FSL_DDR_BE
-       imply USB_EHCI_HCD if USB
+       select BINMAN
        imply CMD_HASH
        imply CMD_IRQ
+       imply USB_EHCI_HCD if USB
 
 config MPC86xx
        bool "MPC86xx"
        select SYS_FSL_DDR
        select SYS_FSL_DDR_BE
+       imply CMD_REGINFO
 
-config 4xx
-       bool "PPC4xx"
-       select CREATE_ARCH_SYMLINK
-       imply CMD_IRQ
+config MPC8xx
+       bool "MPC8xx"
+       select BOARD_EARLY_INIT_F
+       imply CMD_REGINFO
+       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"
-source "arch/powerpc/cpu/ppc4xx/Kconfig"
+source "arch/powerpc/cpu/mpc8xx/Kconfig"
 
 endmenu