]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/arm926ejs/orion5x/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[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_SOC
12         default "orion5x"
13
14 source "board/LaCie/edminiv2/Kconfig"
15
16 endif