blob: 80d85e46d484a25b1329b1e6d610d1af41d84ea5 [file] [log] [blame]
menu "MicroBlaze architecture"
depends on MICROBLAZE
config SYS_ARCH
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
source "board/xilinx/microblaze-generic/Kconfig"
endmenu