John Crispin | 8ec6d93 | 2011-03-30 09:27:48 +0200 | [diff] [blame] | 1 | if LANTIQ |
| 2 | |
| 3 | config SOC_TYPE_XWAY |
| 4 | bool |
John Crispin | 3f8c50c | 2012-08-28 12:44:59 +0200 | [diff] [blame] | 5 | select PINCTRL_XWAY |
John Crispin | 8ec6d93 | 2011-03-30 09:27:48 +0200 | [diff] [blame] | 6 | default n |
| 7 | |
| 8 | choice |
| 9 | prompt "SoC Type" |
| 10 | default SOC_XWAY |
| 11 | |
| 12 | config SOC_AMAZON_SE |
| 13 | bool "Amazon SE" |
| 14 | select SOC_TYPE_XWAY |
| 15 | |
| 16 | config SOC_XWAY |
| 17 | bool "XWAY" |
| 18 | select SOC_TYPE_XWAY |
| 19 | select HW_HAS_PCI |
John Crispin | d41ced0 | 2012-04-19 16:16:11 +0200 | [diff] [blame] | 20 | |
| 21 | config SOC_FALCON |
| 22 | bool "FALCON" |
John Crispin | e316cb2 | 2012-05-20 00:33:56 +0200 | [diff] [blame] | 23 | select PINCTRL_FALCON |
John Crispin | d41ced0 | 2012-04-19 16:16:11 +0200 | [diff] [blame] | 24 | |
John Crispin | 8ec6d93 | 2011-03-30 09:27:48 +0200 | [diff] [blame] | 25 | endchoice |
| 26 | |
John Crispin | a039222 | 2012-04-13 20:56:13 +0200 | [diff] [blame] | 27 | choice |
Hauke Mehrtens | e791dfb | 2016-03-19 18:28:52 +0100 | [diff] [blame] | 28 | 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 | |
| 37 | config LANTIQ_DT_NONE |
| 38 | bool "None" |
John Crispin | a039222 | 2012-04-13 20:56:13 +0200 | [diff] [blame] | 39 | |
| 40 | config DT_EASY50712 |
| 41 | bool "Easy50712" |
| 42 | depends on SOC_XWAY |
Andrew Bresticker | 3229a6d | 2014-08-21 13:04:23 -0700 | [diff] [blame] | 43 | select BUILTIN_DTB |
John Crispin | a039222 | 2012-04-13 20:56:13 +0200 | [diff] [blame] | 44 | endchoice |
| 45 | |
John Crispin | 57c8cb8 | 2012-05-11 18:47:30 +0200 | [diff] [blame] | 46 | config PCI_LANTIQ |
| 47 | bool "PCI Support" |
| 48 | depends on SOC_XWAY && PCI |
| 49 | |
John Crispin | 0224cde | 2012-10-22 07:52:50 +0200 | [diff] [blame] | 50 | config XRX200_PHY_FW |
| 51 | bool "XRX200 PHY firmware loader" |
| 52 | depends on SOC_XWAY |
| 53 | |
John Crispin | 8ec6d93 | 2011-03-30 09:27:48 +0200 | [diff] [blame] | 54 | endif |