blob: 2780461e3258a26f5617a8a9f001c716a6139d73 [file] [log] [blame]
John Crispin8ec6d932011-03-30 09:27:48 +02001if LANTIQ
2
3config SOC_TYPE_XWAY
4 bool
5 default n
6
7choice
8 prompt "SoC Type"
9 default SOC_XWAY
10
11config SOC_AMAZON_SE
12 bool "Amazon SE"
13 select SOC_TYPE_XWAY
14
15config SOC_XWAY
16 bool "XWAY"
17 select SOC_TYPE_XWAY
18 select HW_HAS_PCI
19endchoice
20
John Crispin8ec6d932011-03-30 09:27:48 +020021endif