xref: /rk3399_rockchip-uboot/arch/microblaze/Kconfig (revision c8a7ba9e6a5fe2fc7b4a7894829aa0b0148b4d40)
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 SUPPORT_SPL
14
15endchoice
16
17source "board/xilinx/microblaze-generic/Kconfig"
18
19endmenu
20