]> Git Repo - J-u-boot.git/blame - arch/microblaze/Kconfig
Merge tag 'v2023.10-rc4' into next
[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
d58c0074 7config STATIC_RELA
3363cf96 8 def_bool y
d58c0074 9
dd84058d
MY
10choice
11 prompt "Target select"
a26cd049 12 optional
dd84058d
MY
13
14config TARGET_MICROBLAZE_GENERIC
15 bool "Support microblaze-generic"
e5ec4815 16 select BOARD_LATE_INIT
4280f502 17 select DM
93768393 18 select DM_SERIAL
5ed063d1
MS
19 select OF_CONTROL
20 select SUPPORT_SPL
7a971dfb
OP
21 select SPL_LIBCOMMON_SUPPORT if SPL
22 select SPL_LIBGENERIC_SUPPORT if SPL
4a693669 23 select SYSRESET
78efd784
KR
24 select DM_SPI
25 select DM_SPI_FLASH
26 select SPI
08a00cba 27 imply CMD_DM
dd84058d
MY
28
29endchoice
30
92dc9210 31source "board/xilinx/Kconfig"
dd84058d
MY
32source "board/xilinx/microblaze-generic/Kconfig"
33
34endmenu
This page took 0.344311 seconds and 4 git commands to generate.