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