Convert CONFIG_CMD_REGINFO to Kconfig
[platform/kernel/u-boot.git] / arch / powerpc / Kconfig
index d030610..7ac5cbf 100644 (file)
@@ -28,17 +28,18 @@ config MPC86xx
        bool "MPC86xx"
        select SYS_FSL_DDR
        select SYS_FSL_DDR_BE
+       imply ENV_IS_IN_FLASH
+       imply CMD_REGINFO
 
-config 4xx
-       bool "PPC4xx"
-       select CREATE_ARCH_SYMLINK
-       imply CMD_IRQ
+config 8xx
+       bool "MPC8xx"
+       imply CMD_REGINFO
 
 endchoice
 
 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