]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/microblaze/Kconfig
bootm: mips: Remove boot_reloc_ramdisk
[thirdparty/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
4280f502 14 select DM
93768393 15 select DM_SERIAL
5ed063d1
MS
16 select OF_CONTROL
17 select SUPPORT_SPL
4a693669 18 select SYSRESET
08a00cba 19 imply CMD_DM
dd84058d
MY
20
21endchoice
22
23source "board/xilinx/microblaze-generic/Kconfig"
24
b529993e
PT
25config SPL_LDSCRIPT
26 default "arch/microblaze/cpu/u-boot-spl.lds"
27
dd84058d 28endmenu