]> git.sur5r.net Git - u-boot/blobdiff - arch/microblaze/Kconfig
mx6: soc: Move mxs_dma_init() into the mxs nand driver
[u-boot] / arch / microblaze / Kconfig
index ddaa45fb66891c9b89886afe03798e46b9b3d103..80d85e46d484a25b1329b1e6d610d1af41d84ea5 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