blob: e10d33342b30209c816d7ee929ce11a894531f89 [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
Andrew Bresticker3229a6d2014-08-21 13:04:23 -070033 select BUILTIN_DTB
John Crispina0392222012-04-13 20:56:13 +020034endchoice
35
John Crispin57c8cb82012-05-11 18:47:30 +020036config PCI_LANTIQ
37 bool "PCI Support"
38 depends on SOC_XWAY && PCI
39
John Crispin0224cde2012-10-22 07:52:50 +020040config XRX200_PHY_FW
41 bool "XRX200 PHY firmware loader"
42 depends on SOC_XWAY
43
John Crispin8ec6d932011-03-30 09:27:48 +020044endif