]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/microblaze/Kconfig
Move CONFIG_OF_LIBFDT to Kconfig
[people/ms/u-boot.git] / arch / microblaze / Kconfig
CommitLineData
dd84058d
MY
1menu "MicroBlaze architecture"
2 depends on MICROBLAZE
3
4config SYS_ARCH
dd84058d
MY
5 default "microblaze"
6
7choice
8 prompt "Target select"
a26cd049 9 optional
dd84058d
MY
10
11config TARGET_MICROBLAZE_GENERIC
12 bool "Support microblaze-generic"
02627356 13 select SUPPORT_SPL
ef159abf 14 select OF_CONTROL
4280f502 15 select DM
93768393 16 select DM_SERIAL
dd84058d
MY
17
18endchoice
19
20source "board/xilinx/microblaze-generic/Kconfig"
21
22endmenu