xref: /openbmc/u-boot/arch/arm/mach-orion5x/Kconfig (revision d2eaec60)
1if ORION5X
2
3choice
4	prompt "Marvell Orion board select"
5
6config TARGET_EDMINIV2
7	bool "LaCie Ethernet Disk mini V2"
8	select SUPPORT_SPL
9
10endchoice
11
12config SYS_SOC
13	default "orion5x"
14
15source "board/LaCie/edminiv2/Kconfig"
16
17endif
18