blob: 177769dbb0e85df724bd5da31951a46bfe544842 [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
Hauke Mehrtense791dfb2016-03-19 18:28:52 +010028 prompt "Built-in device tree"
29 help
30 Legacy bootloaders do not pass a DTB pointer to the kernel, so
31 if a "wrapper" is not being used, the kernel will need to include
32 a device tree that matches the target board.
33
34 The builtin DTB will only be used if the firmware does not supply
35 a valid DTB.
36
37config LANTIQ_DT_NONE
38 bool "None"
John Crispina0392222012-04-13 20:56:13 +020039
40config DT_EASY50712
41 bool "Easy50712"
42 depends on SOC_XWAY
Andrew Bresticker3229a6d2014-08-21 13:04:23 -070043 select BUILTIN_DTB
John Crispina0392222012-04-13 20:56:13 +020044endchoice
45
John Crispin57c8cb82012-05-11 18:47:30 +020046config PCI_LANTIQ
47 bool "PCI Support"
48 depends on SOC_XWAY && PCI
49
John Crispin0224cde2012-10-22 07:52:50 +020050config XRX200_PHY_FW
51 bool "XRX200 PHY firmware loader"
52 depends on SOC_XWAY
53
John Crispin8ec6d932011-03-30 09:27:48 +020054endif