treewide: move CONFIG_PHYS_64BIT to Kconfig
[oweals/u-boot.git] / arch / powerpc / Kconfig
index 7a50301f7c200bb7397e81af094a979366a6dcd5..18451d3e45183dd2f4faaab21ce89f8825d436df 100644 (file)
@@ -6,9 +6,7 @@ config SYS_ARCH
 
 choice
        prompt "CPU select"
-
-config 74xx_7xx
-       bool "74xx"
+       optional
 
 config MPC512X
        bool "MPC512X"
@@ -24,9 +22,11 @@ config MPC8260
 
 config MPC83xx
        bool "MPC83xx"
+       select CREATE_ARCH_SYMLINK
 
 config MPC85xx
        bool "MPC85xx"
+       select CREATE_ARCH_SYMLINK
 
 config MPC86xx
        bool "MPC86xx"
@@ -36,10 +36,10 @@ config 8xx
 
 config 4xx
        bool "PPC4xx"
+       select CREATE_ARCH_SYMLINK
 
 endchoice
 
-source "arch/powerpc/cpu/74xx_7xx/Kconfig"
 source "arch/powerpc/cpu/mpc512x/Kconfig"
 source "arch/powerpc/cpu/mpc5xx/Kconfig"
 source "arch/powerpc/cpu/mpc5xxx/Kconfig"