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