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