]> Git Repo - u-boot.git/blame - arch/microblaze/Kconfig
Convert CONFIG_ENV_IS_IN_FLASH to Kconfig
[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
24endmenu
This page took 0.150298 seconds and 4 git commands to generate.