2014-08-30 22:11:06 +00:00
|
|
|
if ORION5X
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Marvell Orion board select"
|
2015-05-12 19:46:23 +00:00
|
|
|
optional
|
2014-08-30 22:11:06 +00:00
|
|
|
|
|
|
|
config TARGET_EDMINIV2
|
|
|
|
bool "LaCie Ethernet Disk mini V2"
|
2015-01-31 21:55:38 +00:00
|
|
|
select SUPPORT_SPL
|
2014-08-30 22:11:06 +00:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "orion5x"
|
|
|
|
|
|
|
|
source "board/LaCie/edminiv2/Kconfig"
|
|
|
|
|
|
|
|
endif
|