xref: /rk3399_rockchip-uboot/arch/microblaze/Kconfig (revision b5e9b9a9a1bb231e35e206f8f3e2becee1dd06ab)
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
17endchoice
18
19source "board/xilinx/microblaze-generic/Kconfig"
20
21endmenu
22