xref: /rk3399_rockchip-uboot/arch/microblaze/Kconfig (revision 062f078c3b44703e2e593df16e0e6d1d9935ea1c)
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	select OF_CONTROL
15	select DM
16	select DM_SERIAL
17
18endchoice
19
20source "board/xilinx/microblaze-generic/Kconfig"
21
22endmenu
23