Merge branch 'master' of git://git.denx.de/u-boot-tegra
[oweals/u-boot.git] / arch / arm / mach-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         select SUPPORT_SPL
9
10 endchoice
11
12 config SYS_SOC
13         default "orion5x"
14
15 source "board/LaCie/edminiv2/Kconfig"
16
17 endif