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