xref: /rk3399_rockchip-uboot/arch/arm/mach-orion5x/Kconfig (revision 3a2cab512c0c4d96d8210e4f729dd080bbf8c90d)
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