mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
17 lines
208 B
Text
17 lines
208 B
Text
|
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
|