]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/arm926ejs/orion5x/Kconfig
arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo
[u-boot] / 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