]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-video
[people/ms/u-boot.git] / arch / powerpc / Kconfig
index 8e5a3e2074d31d8c7a386f071a78a0630deb4f2c..01e9008d0a895c4661fb217b976d03830b22954a 100644 (file)
@@ -6,6 +6,7 @@ config SYS_ARCH
 
 choice
        prompt "CPU select"
+       optional
 
 config MPC512X
        bool "MPC512X"
@@ -21,18 +22,29 @@ config MPC8260
 
 config MPC83xx
        bool "MPC83xx"
+       select CREATE_ARCH_SYMLINK
+       select SYS_FSL_HAS_SEC
+       select SYS_FSL_SEC_BE
+       select SYS_FSL_SEC_COMPAT_2
 
 config MPC85xx
        bool "MPC85xx"
+       select CREATE_ARCH_SYMLINK
+       select SYS_FSL_DDR
+       select SYS_FSL_DDR_BE
+       imply USB_EHCI_HCD if USB
 
 config MPC86xx
        bool "MPC86xx"
+       select SYS_FSL_DDR
+       select SYS_FSL_DDR_BE
 
 config 8xx
        bool "MPC8xx"
 
 config 4xx
        bool "PPC4xx"
+       select CREATE_ARCH_SYMLINK
 
 endchoice