blob: c0021912131ebffe825232bada28332e6cd990fb [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"
John Crispine316cb22012-05-20 00:33:56 +020023 select PINCTRL_FALCON
John Crispind41ced02012-04-19 16:16:11 +020024
John Crispin8ec6d932011-03-30 09:27:48 +020025endchoice
26
John Crispina0392222012-04-13 20:56:13 +020027choice
28 prompt "Devicetree"
29
30config DT_EASY50712
31 bool "Easy50712"
32 depends on SOC_XWAY
33endchoice
34
John Crispin57c8cb82012-05-11 18:47:30 +020035config PCI_LANTIQ
36 bool "PCI Support"
37 depends on SOC_XWAY && PCI
38
John Crispin0224cde2012-10-22 07:52:50 +020039config XRX200_PHY_FW
40 bool "XRX200 PHY firmware loader"
41 depends on SOC_XWAY
42
John Crispin8ec6d932011-03-30 09:27:48 +020043endif