dm: allow limiting pre-reloc markings to spl or tpl
[oweals/u-boot.git] / arch / microblaze / Kconfig
index a730b72a52f3214f2f4c08b49bd98d933c124af8..80d85e46d484a25b1329b1e6d610d1af41d84ea5 100644 (file)
@@ -10,8 +10,11 @@ choice
 
 config TARGET_MICROBLAZE_GENERIC
        bool "Support microblaze-generic"
+       select BOARD_LATE_INIT
        select SUPPORT_SPL
        select OF_CONTROL
+       select DM
+       select DM_SERIAL
 
 endchoice