]> Git Repo - J-u-boot.git/blame - arch/microblaze/Kconfig
microblaze: Add missing chosen node
[J-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
This page took 0.163603 seconds and 4 git commands to generate.