blob: 20bdf40b3efa7be98d3d1bac47ad30dec134452b [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
John Crispind41ced02012-04-19 16:16:11 +020019
20config SOC_FALCON
21 bool "FALCON"
22
John Crispin8ec6d932011-03-30 09:27:48 +020023endchoice
24
John Crispina0392222012-04-13 20:56:13 +020025choice
26 prompt "Devicetree"
27
28config DT_EASY50712
29 bool "Easy50712"
30 depends on SOC_XWAY
31endchoice
32
John Crispin57c8cb82012-05-11 18:47:30 +020033config PCI_LANTIQ
34 bool "PCI Support"
35 depends on SOC_XWAY && PCI
36
John Crispin8ec6d932011-03-30 09:27:48 +020037endif