blob: 080c01349f9faa25569fcbb85547c4690a172812 [file] [log] [blame]
John Crispin8ec6d932011-03-30 09:27:48 +02001if LANTIQ
2
3config SOC_TYPE_XWAY
4 bool
John Crispin3f8c50c2012-08-28 12:44:59 +02005 select PINCTRL_XWAY
John Crispin8ec6d932011-03-30 09:27:48 +02006 default n
7
8choice
9 prompt "SoC Type"
10 default SOC_XWAY
11
12config SOC_AMAZON_SE
13 bool "Amazon SE"
14 select SOC_TYPE_XWAY
15
16config SOC_XWAY
17 bool "XWAY"
18 select SOC_TYPE_XWAY
19 select HW_HAS_PCI
John Crispind41ced02012-04-19 16:16:11 +020020
21config SOC_FALCON
22 bool "FALCON"
23
John Crispin8ec6d932011-03-30 09:27:48 +020024endchoice
25
John Crispina0392222012-04-13 20:56:13 +020026choice
27 prompt "Devicetree"
28
29config DT_EASY50712
30 bool "Easy50712"
31 depends on SOC_XWAY
32endchoice
33
John Crispin57c8cb82012-05-11 18:47:30 +020034config PCI_LANTIQ
35 bool "PCI Support"
36 depends on SOC_XWAY && PCI
37
John Crispin8ec6d932011-03-30 09:27:48 +020038endif