]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-imx
[u-boot] / arch / powerpc / Kconfig
index 8e5a3e2074d31d8c7a386f071a78a0630deb4f2c..18451d3e45183dd2f4faaab21ce89f8825d436df 100644 (file)
@@ -6,6 +6,7 @@ config SYS_ARCH
 
 choice
        prompt "CPU select"
+       optional
 
 config MPC512X
        bool "MPC512X"
@@ -21,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"
@@ -33,6 +36,7 @@ config 8xx
 
 config 4xx
        bool "PPC4xx"
+       select CREATE_ARCH_SYMLINK
 
 endchoice