1menu "MicroBlaze architecture" 2 depends on MICROBLAZE 3 4config SYS_ARCH 5 default "microblaze" 6 7choice 8 prompt "Target select" 9 optional 10 11config TARGET_MICROBLAZE_GENERIC 12 bool "Support microblaze-generic" 13 select BOARD_LATE_INIT 14 select DM 15 select DM_SERIAL 16 select OF_CONTROL 17 select SUPPORT_SPL 18 select SYSRESET 19 select DM_SPI 20 select DM_SPI_FLASH 21 select SPI 22 imply CMD_DM 23 24endchoice 25 26source "board/xilinx/Kconfig" 27source "board/xilinx/microblaze-generic/Kconfig" 28 29endmenu 30