]> git.sur5r.net Git - u-boot/blob - arch/microblaze/Kconfig
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
[u-boot] / 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 SUPPORT_SPL
14         select OF_CONTROL
15         select DM
16
17 endchoice
18
19 source "board/xilinx/microblaze-generic/Kconfig"
20
21 endmenu