]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/arm926ejs/orion5x/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / orion5x / Kconfig
1 if ORION5X
2
3 choice
4         prompt "Marvell Orion board select"
5
6 config TARGET_EDMINIV2
7         bool "LaCie Ethernet Disk mini V2"
8
9 endchoice
10
11 config SYS_CPU
12         default "arm926ejs"
13
14 config SYS_SOC
15         default "orion5x"
16
17 source "board/LaCie/edminiv2/Kconfig"
18
19 endif