Merge git://git.denx.de/u-boot-mpc85xx
[platform/kernel/u-boot.git] / arch / microblaze / Kconfig
index ddaa45f..80d85e4 100644 (file)
@@ -2,14 +2,19 @@ menu "MicroBlaze architecture"
        depends on MICROBLAZE
 
 config SYS_ARCH
-       string
        default "microblaze"
 
 choice
        prompt "Target select"
+       optional
 
 config TARGET_MICROBLAZE_GENERIC
        bool "Support microblaze-generic"
+       select BOARD_LATE_INIT
+       select SUPPORT_SPL
+       select OF_CONTROL
+       select DM
+       select DM_SERIAL
 
 endchoice