Tom Rini | f48e025 | 2016-10-26 17:15:37 -0400 | [diff] [blame] | 1 | menuconfig PCI |
| 2 | bool "PCI support" |
Bin Meng | 00a17fd | 2017-07-30 06:23:09 -0700 | [diff] [blame] | 3 | default y if PPC |
Tom Rini | f48e025 | 2016-10-26 17:15:37 -0400 | [diff] [blame] | 4 | help |
| 5 | Enable support for PCI (Peripheral Interconnect Bus), a type of bus |
| 6 | used on some devices to allow the CPU to communicate with its |
| 7 | peripherals. |
| 8 | |
| 9 | if PCI |
Simon Glass | b94dc89 | 2015-03-05 12:25:25 -0700 | [diff] [blame] | 10 | |
| 11 | config DM_PCI |
Marcel Ziswiler | 84c4560 | 2016-12-19 15:38:05 +0100 | [diff] [blame] | 12 | bool "Enable driver model for PCI" |
Simon Glass | b94dc89 | 2015-03-05 12:25:25 -0700 | [diff] [blame] | 13 | depends on DM |
| 14 | help |
| 15 | Use driver model for PCI. Driver model is the new method for |
| 16 | orgnising devices in U-Boot. For PCI, driver model keeps track of |
| 17 | available PCI devices, allows scanning of PCI buses and provides |
| 18 | device configuration support. |
| 19 | |
Simon Glass | eca7b0d | 2015-11-26 19:51:30 -0700 | [diff] [blame] | 20 | config DM_PCI_COMPAT |
| 21 | bool "Enable compatible functions for PCI" |
| 22 | depends on DM_PCI |
| 23 | help |
| 24 | Enable compatibility functions for PCI so that old code can be used |
| 25 | with CONFIG_DM_PCI enabled. This should be used as an interim |
| 26 | measure when porting a board to use driver model for PCI. Once the |
| 27 | board is fully supported, this option should be disabled. |
| 28 | |
Wilson Ding | a6bdc86 | 2018-03-26 15:57:29 +0800 | [diff] [blame] | 29 | config PCI_AARDVARK |
| 30 | bool "Enable Aardvark PCIe driver" |
| 31 | default n |
| 32 | depends on DM_PCI |
| 33 | depends on ARMADA_3700 |
| 34 | help |
| 35 | Say Y here if you want to enable PCIe controller support on |
| 36 | Armada37x0 SoCs. The PCIe controller on Armada37x0 is based on |
| 37 | Aardvark hardware. |
| 38 | |
Bin Meng | 2f49e2e | 2016-10-16 23:35:18 -0700 | [diff] [blame] | 39 | config PCI_PNP |
| 40 | bool "Enable Plug & Play support for PCI" |
| 41 | depends on PCI || DM_PCI |
| 42 | default y |
| 43 | help |
| 44 | Enable PCI memory and I/O space resource allocation and assignment. |
| 45 | |
Suneel Garapati | 3ac3aec | 2019-10-19 17:10:20 -0700 | [diff] [blame] | 46 | config PCI_REGION_MULTI_ENTRY |
| 47 | bool "Enable Multiple entries of region type MEMORY in ranges for PCI" |
| 48 | depends on PCI || DM_PCI |
| 49 | default n |
| 50 | help |
| 51 | Enable PCI memory regions to be of multiple entry. Multiple entry |
| 52 | here refers to allow more than one count of address ranges for MEMORY |
| 53 | region type. This helps to add support for SoC's like OcteonTX/TX2 |
| 54 | where every peripheral is on the PCI bus. |
| 55 | |
Suneel Garapati | 13822f7 | 2019-10-19 16:07:20 -0700 | [diff] [blame] | 56 | config PCI_SRIOV |
| 57 | bool "Enable Single Root I/O Virtualization support for PCI" |
| 58 | depends on PCI || DM_PCI |
| 59 | default n |
| 60 | help |
| 61 | Say Y here if you want to enable PCI Single Root I/O Virtualization |
| 62 | capability support. This helps to enumerate Virtual Function devices |
| 63 | if available on a PCI Physical Function device and probe for |
| 64 | applicable drivers. |
| 65 | |
Suneel Garapati | a99a5eb | 2019-10-23 18:40:36 -0700 | [diff] [blame] | 66 | config PCI_ARID |
| 67 | bool "Enable Alternate Routing-ID support for PCI" |
| 68 | depends on PCI || DM_PCI |
| 69 | default n |
| 70 | help |
| 71 | Say Y here if you want to enable Alternate Routing-ID capability |
| 72 | support on PCI devices. This helps to skip some devices in BDF |
| 73 | scan that are not present. |
| 74 | |
Tuomas Tynkkynen | a765f71 | 2017-09-19 23:18:06 +0300 | [diff] [blame] | 75 | config PCIE_ECAM_GENERIC |
| 76 | bool "Generic ECAM-based PCI host controller support" |
| 77 | default n |
| 78 | depends on DM_PCI |
| 79 | help |
| 80 | Say Y here if you want to enable support for generic ECAM-based |
| 81 | PCIe host controllers, such as the one emulated by QEMU. |
| 82 | |
liu hao | 1c4a2c4 | 2019-10-31 07:51:08 +0000 | [diff] [blame] | 83 | config PCI_PHYTIUM |
| 84 | bool "Phytium PCIe support" |
| 85 | depends on DM_PCI |
| 86 | help |
| 87 | Say Y here if you want to enable PCIe controller support on |
| 88 | Phytium SoCs. |
| 89 | |
Shadi Ammouri | 3b38645 | 2016-10-27 13:29:41 +0200 | [diff] [blame] | 90 | config PCIE_DW_MVEBU |
| 91 | bool "Enable Armada-8K PCIe driver (DesignWare core)" |
Shadi Ammouri | 3b38645 | 2016-10-27 13:29:41 +0200 | [diff] [blame] | 92 | depends on DM_PCI |
| 93 | depends on ARMADA_8K |
| 94 | help |
| 95 | Say Y here if you want to enable PCIe controller support on |
| 96 | Armada-8K SoCs. The PCIe controller on Armada-8K is based on |
| 97 | DesignWare hardware. |
| 98 | |
Hou Zhiqiang | 25ff98c | 2019-04-24 22:33:02 +0800 | [diff] [blame] | 99 | config PCIE_FSL |
| 100 | bool "FSL PowerPC PCIe support" |
| 101 | depends on DM_PCI |
| 102 | help |
| 103 | Say Y here if you want to enable PCIe controller support on FSL |
| 104 | PowerPC MPC85xx, MPC86xx, B series, P series and T series SoCs. |
| 105 | This driver does not support SRIO_PCIE_BOOT feature. |
| 106 | |
Heiko Schocher | d647b46 | 2019-10-14 11:29:39 +0200 | [diff] [blame] | 107 | config PCI_MPC85XX |
| 108 | bool "MPC85XX PowerPC PCI support" |
| 109 | depends on DM_PCI |
| 110 | help |
| 111 | Say Y here if you want to enable PCI controller support on FSL |
| 112 | PowerPC MPC85xx SoC. |
| 113 | |
Marek Vasut | 5012d1e | 2018-01-18 14:35:35 +0100 | [diff] [blame] | 114 | config PCI_RCAR_GEN2 |
| 115 | bool "Renesas RCar Gen2 PCIe driver" |
| 116 | depends on DM_PCI |
| 117 | depends on RCAR_32 |
| 118 | help |
| 119 | Say Y here if you want to enable PCIe controller support on |
| 120 | Renesas RCar Gen2 SoCs. The PCIe controller on RCar Gen2 is |
| 121 | also used to access EHCI USB controller on the SoC. |
| 122 | |
Marek Vasut | 879b4a3 | 2018-10-16 12:49:19 +0200 | [diff] [blame] | 123 | config PCI_RCAR_GEN3 |
| 124 | bool "Renesas RCar Gen3 PCIe driver" |
| 125 | depends on DM_PCI |
| 126 | depends on RCAR_GEN3 |
| 127 | help |
| 128 | Say Y here if you want to enable PCIe controller support on |
| 129 | Renesas RCar Gen3 SoCs. |
| 130 | |
Simon Glass | 4d85755 | 2015-03-05 12:25:27 -0700 | [diff] [blame] | 131 | config PCI_SANDBOX |
| 132 | bool "Sandbox PCI support" |
| 133 | depends on SANDBOX && DM_PCI |
| 134 | help |
| 135 | Support PCI on sandbox, as an emulated bus. This permits testing of |
| 136 | PCI feature such as bus scanning, device configuration and device |
| 137 | access. The available (emulated) devices are defined statically in |
| 138 | the device tree but the normal PCI scan technique is used to find |
| 139 | then. |
| 140 | |
Simon Glass | c78e327 | 2015-11-19 20:26:55 -0700 | [diff] [blame] | 141 | config PCI_TEGRA |
| 142 | bool "Tegra PCI support" |
Trevor Woerner | 513f640 | 2020-05-06 08:02:41 -0400 | [diff] [blame] | 143 | depends on ARCH_TEGRA |
Stephen Warren | 86f6a94 | 2016-08-05 16:10:34 -0600 | [diff] [blame] | 144 | depends on (TEGRA186 && POWER_DOMAIN) || (!TEGRA186) |
Simon Glass | c78e327 | 2015-11-19 20:26:55 -0700 | [diff] [blame] | 145 | help |
| 146 | Enable support for the PCIe controller found on some generations of |
| 147 | Tegra. Tegra20 has 2 root ports with a total of 4 lanes, Tegra30 has |
| 148 | 3 root ports with a total of 6 lanes and Tegra124 has 2 root ports |
| 149 | with a total of 5 lanes. Some boards require this for Ethernet |
| 150 | support to work (e.g. beaver, jetson-tk1). |
| 151 | |
Suneel Garapati | 4c7d28c | 2019-10-19 17:28:01 -0700 | [diff] [blame^] | 152 | config PCI_OCTEONTX |
| 153 | bool "OcteonTX PCI support" |
| 154 | depends on (ARCH_OCTEONTX || ARCH_OCTEONTX2) |
| 155 | help |
| 156 | Enable support for the OcteonTX/TX2 SoC family ECAM/PEM controllers. |
| 157 | These controllers provide PCI configuration access to all on-board |
| 158 | peripherals so it should only be disabled for testing purposes |
| 159 | |
Paul Burton | c893f21 | 2016-09-08 07:47:31 +0100 | [diff] [blame] | 160 | config PCI_XILINX |
| 161 | bool "Xilinx AXI Bridge for PCI Express" |
| 162 | depends on DM_PCI |
| 163 | help |
| 164 | Enable support for the Xilinx AXI bridge for PCI express, an IP block |
| 165 | which can be used on some generations of Xilinx FPGAs. |
| 166 | |
Minghuan Lian | c106784 | 2016-12-13 14:54:17 +0800 | [diff] [blame] | 167 | config PCIE_LAYERSCAPE |
Hou Zhiqiang | 02f1f06 | 2020-07-09 23:31:42 +0800 | [diff] [blame] | 168 | bool |
| 169 | default n |
| 170 | |
| 171 | config PCIE_LAYERSCAPE_RC |
| 172 | bool "Layerscape PCIe Root Complex mode support" |
| 173 | depends on DM_PCI |
| 174 | select PCIE_LAYERSCAPE |
| 175 | help |
| 176 | Enable Layerscape PCIe Root Complex mode driver support. The Layerscape |
| 177 | SoC may have one or several PCIe controllers. Each controller can be |
| 178 | configured to Root Complex mode by clearing the corresponding bit of |
| 179 | RCW[HOST_AGT_PEX]. |
| 180 | |
| 181 | config PCIE_LAYERSCAPE_EP |
| 182 | bool "Layerscape PCIe Endpoint mode support" |
Minghuan Lian | c106784 | 2016-12-13 14:54:17 +0800 | [diff] [blame] | 183 | depends on DM_PCI |
Hou Zhiqiang | 02f1f06 | 2020-07-09 23:31:42 +0800 | [diff] [blame] | 184 | select PCIE_LAYERSCAPE |
| 185 | select PCI_ENDPOINT |
Minghuan Lian | c106784 | 2016-12-13 14:54:17 +0800 | [diff] [blame] | 186 | help |
Hou Zhiqiang | 02f1f06 | 2020-07-09 23:31:42 +0800 | [diff] [blame] | 187 | Enable Layerscape PCIe Endpoint mode driver support. The Layerscape |
| 188 | SoC may have one or several PCIe controllers. Each controller can be |
| 189 | configured to Endpoint mode by setting the corresponding bit of |
| 190 | RCW[HOST_AGT_PEX]. |
Minghuan Lian | c106784 | 2016-12-13 14:54:17 +0800 | [diff] [blame] | 191 | |
Hou Zhiqiang | e5d79c4 | 2019-04-08 10:15:46 +0000 | [diff] [blame] | 192 | config PCIE_LAYERSCAPE_GEN4 |
| 193 | bool "Layerscape Gen4 PCIe support" |
| 194 | depends on DM_PCI |
| 195 | help |
| 196 | Support PCIe Gen4 on NXP Layerscape SoCs, which may have one or |
| 197 | several PCIe controllers. The PCIe controller can work in RC or |
| 198 | EP mode according to RCW[HOST_AGT_PEX] setting. |
| 199 | |
Pankaj Bansal | 4c65678 | 2019-11-30 13:14:00 +0000 | [diff] [blame] | 200 | config FSL_PCIE_COMPAT |
| 201 | string "PCIe compatible of Kernel DT" |
Hou Zhiqiang | 02f1f06 | 2020-07-09 23:31:42 +0800 | [diff] [blame] | 202 | depends on PCIE_LAYERSCAPE_RC || PCIE_LAYERSCAPE_GEN4 |
Pankaj Bansal | 4c65678 | 2019-11-30 13:14:00 +0000 | [diff] [blame] | 203 | default "fsl,ls1012a-pcie" if ARCH_LS1012A |
| 204 | default "fsl,ls1028a-pcie" if ARCH_LS1028A |
| 205 | default "fsl,ls1043a-pcie" if ARCH_LS1043A |
| 206 | default "fsl,ls1046a-pcie" if ARCH_LS1046A |
| 207 | default "fsl,ls2080a-pcie" if ARCH_LS2080A |
| 208 | default "fsl,ls1088a-pcie" if ARCH_LS1088A |
| 209 | default "fsl,lx2160a-pcie" if ARCH_LX2160A |
| 210 | default "fsl,ls1021a-pcie" if ARCH_LS1021A |
| 211 | help |
| 212 | This compatible is used to find pci controller node in Kernel DT |
| 213 | to complete fixup. |
| 214 | |
Pankaj Bansal | 64d85a2 | 2019-11-30 13:14:10 +0000 | [diff] [blame] | 215 | config FSL_PCIE_EP_COMPAT |
| 216 | string "PCIe EP compatible of Kernel DT" |
Hou Zhiqiang | 02f1f06 | 2020-07-09 23:31:42 +0800 | [diff] [blame] | 217 | depends on PCIE_LAYERSCAPE_RC || PCIE_LAYERSCAPE_GEN4 |
Pankaj Bansal | 64d85a2 | 2019-11-30 13:14:10 +0000 | [diff] [blame] | 218 | default "fsl,lx2160a-pcie-ep" if ARCH_LX2160A |
| 219 | default "fsl,ls-pcie-ep" |
| 220 | help |
| 221 | This compatible is used to find pci controller ep node in Kernel DT |
| 222 | to complete fixup. |
| 223 | |
Ley Foon Tan | dc05e63 | 2018-04-20 21:55:45 +0800 | [diff] [blame] | 224 | config PCIE_INTEL_FPGA |
| 225 | bool "Intel FPGA PCIe support" |
| 226 | depends on DM_PCI |
| 227 | help |
| 228 | Say Y here if you want to enable PCIe controller support on Intel |
| 229 | FPGA, example Stratix 10. |
| 230 | |
Srinath Mannam | d90ba42 | 2020-05-12 13:29:50 +0530 | [diff] [blame] | 231 | config PCIE_IPROC |
| 232 | bool "Iproc PCIe support" |
| 233 | depends on DM_PCI |
| 234 | help |
| 235 | Broadcom iProc PCIe controller driver. |
| 236 | Say Y here if you want to enable Broadcom iProc PCIe controller, |
| 237 | |
Stefan Roese | 3179ec6 | 2019-01-25 11:52:43 +0100 | [diff] [blame] | 238 | config PCI_MVEBU |
| 239 | bool "Enable Armada XP/38x PCIe driver" |
| 240 | depends on ARCH_MVEBU |
| 241 | select DM_PCI |
| 242 | select MISC |
| 243 | help |
| 244 | Say Y here if you want to enable PCIe controller support on |
| 245 | Armada XP/38x SoCs. |
| 246 | |
Sekhar Nori | 18db23d | 2019-08-01 19:12:57 +0530 | [diff] [blame] | 247 | config PCI_KEYSTONE |
| 248 | bool "TI Keystone PCIe controller" |
| 249 | depends on DM_PCI |
| 250 | help |
| 251 | Say Y here if you want to enable PCI controller support on AM654 SoC. |
| 252 | |
developer | ad76773 | 2019-08-22 12:26:49 +0200 | [diff] [blame] | 253 | config PCIE_MEDIATEK |
| 254 | bool "MediaTek PCIe Gen2 controller" |
| 255 | depends on DM_PCI |
| 256 | depends on ARCH_MEDIATEK |
| 257 | help |
| 258 | Say Y here if you want to enable Gen2 PCIe controller, |
| 259 | which could be found on MT7623 SoC family. |
| 260 | |
Jagan Teki | 0226247 | 2020-05-09 22:26:21 +0530 | [diff] [blame] | 261 | config PCIE_ROCKCHIP |
| 262 | bool "Enable Rockchip PCIe driver" |
| 263 | select DM_PCI |
Jagan Teki | 427603b | 2020-07-09 23:41:02 +0530 | [diff] [blame] | 264 | select PHY_ROCKCHIP_PCIE |
Jagan Teki | 0226247 | 2020-05-09 22:26:21 +0530 | [diff] [blame] | 265 | default y if ROCKCHIP_RK3399 |
| 266 | help |
| 267 | Say Y here if you want to enable PCIe controller support on |
| 268 | Rockchip SoCs. |
| 269 | |
Sylwester Nawrocki | 88f51f7 | 2020-05-25 13:39:58 +0200 | [diff] [blame] | 270 | config PCI_BRCMSTB |
| 271 | bool "Broadcom STB PCIe controller" |
| 272 | depends on DM_PCI |
| 273 | depends on ARCH_BCM283X |
| 274 | help |
| 275 | Say Y here if you want to enable support for PCIe controller |
| 276 | on Broadcom set-top-box (STB) SoCs. |
| 277 | This driver currently supports only BCM2711 SoC and RC mode |
| 278 | of the controller. |
Tom Rini | f48e025 | 2016-10-26 17:15:37 -0400 | [diff] [blame] | 279 | endif |