]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/microblaze/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.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
10 config TARGET_MICROBLAZE_GENERIC
11         bool "Support microblaze-generic"
12
13 endchoice
14
15 source "board/xilinx/microblaze-generic/Kconfig"
16
17 endmenu