u-boot/arch/arm/cpu/arm926ejs/orion5x/Kconfig

17 lines
208 B
Plaintext

if ORION5X
choice
prompt "Marvell Orion board select"
config TARGET_EDMINIV2
bool "LaCie Ethernet Disk mini V2"
endchoice
config SYS_SOC
default "orion5x"
source "board/LaCie/edminiv2/Kconfig"
endif