X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fmicroblaze%2FKconfig;h=80d85e46d484a25b1329b1e6d610d1af41d84ea5;hb=a1d1fdc920cfb4c0126e5f8ff5233dd391548a0b;hp=ddaa45fb66891c9b89886afe03798e46b9b3d103;hpb=dcdb61a084bd3840d0987a5d01ae506c11efca1b;p=u-boot diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index ddaa45fb66..80d85e46d4 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -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