You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
344 B
30 lines
344 B
if LANTIQ
|
|
|
|
config SOC_TYPE_XWAY
|
|
bool
|
|
default n
|
|
|
|
choice
|
|
prompt "SoC Type"
|
|
default SOC_XWAY
|
|
|
|
config SOC_AMAZON_SE
|
|
bool "Amazon SE"
|
|
select SOC_TYPE_XWAY
|
|
|
|
config SOC_XWAY
|
|
bool "XWAY"
|
|
select SOC_TYPE_XWAY
|
|
select HW_HAS_PCI
|
|
endchoice
|
|
|
|
|
|
choice
|
|
prompt "Devicetree"
|
|
|
|
config DT_EASY50712
|
|
bool "Easy50712"
|
|
depends on SOC_XWAY
|
|
endchoice
|
|
|
|
endif
|
|
|