]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/microblaze/Kconfig
Merge git://git.denx.de/u-boot-mmc
[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"
e5ec4815 13 select BOARD_LATE_INIT
02627356 14 select SUPPORT_SPL
ef159abf 15 select OF_CONTROL
4280f502 16 select DM
93768393 17 select DM_SERIAL
85fc970d 18 select ENV_IS_IN_FLASH
dd84058d
MY
19
20endchoice
21
22source "board/xilinx/microblaze-generic/Kconfig"
23
b529993e
PT
24config SPL_LDSCRIPT
25 default "arch/microblaze/cpu/u-boot-spl.lds"
26
dd84058d 27endmenu