Kconfig: Sort bool, default, select and imply options
[oweals/u-boot.git] / arch / microblaze / Kconfig
1 menu "MicroBlaze architecture"
2         depends on MICROBLAZE
3
4 config SYS_ARCH
5         default "microblaze"
6
7 choice
8         prompt "Target select"
9         optional
10
11 config TARGET_MICROBLAZE_GENERIC
12         bool "Support microblaze-generic"
13         select BOARD_LATE_INIT
14         select DM
15         select DM_SERIAL
16         select OF_CONTROL
17         select SUPPORT_SPL
18         select SYSRESET
19
20 endchoice
21
22 source "board/xilinx/microblaze-generic/Kconfig"
23
24 config SPL_LDSCRIPT
25         default "arch/microblaze/cpu/u-boot-spl.lds"
26
27 endmenu