]> 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 33bfd9f2f4f3616e1e14aea7047aa60663759c2a..80d85e46d484a25b1329b1e6d610d1af41d84ea5 100644 (file)
@@ -6,9 +6,15 @@ config SYS_ARCH
 
 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