Kconfig (6de9eb21cd36151281c7f3e72fc9df18f5c6c083) Kconfig (7bb49d774f481fdd7bd053e034e4d206770fda04)
1# SPDX-License-Identifier: GPL-2.0
2
3menu "PCI controller drivers"
4 depends on PCI
5
6config PCI_MVEBU
7 tristate "Marvell EBU PCIe controller"
8 depends on ARCH_MVEBU || ARCH_DOVE || COMPILE_TEST

--- 223 unchanged lines hidden (view full) ---

232 select PCIE_ROCKCHIP
233 help
234 Say Y here if you want to support Rockchip PCIe controller in
235 endpoint mode on Rockchip SoC. There is 1 internal PCIe port
236 available to support GEN2 with 4 slots.
237
238config PCIE_MEDIATEK
239 tristate "MediaTek PCIe controller"
1# SPDX-License-Identifier: GPL-2.0
2
3menu "PCI controller drivers"
4 depends on PCI
5
6config PCI_MVEBU
7 tristate "Marvell EBU PCIe controller"
8 depends on ARCH_MVEBU || ARCH_DOVE || COMPILE_TEST

--- 223 unchanged lines hidden (view full) ---

232 select PCIE_ROCKCHIP
233 help
234 Say Y here if you want to support Rockchip PCIe controller in
235 endpoint mode on Rockchip SoC. There is 1 internal PCIe port
236 available to support GEN2 with 4 slots.
237
238config PCIE_MEDIATEK
239 tristate "MediaTek PCIe controller"
240 depends on ARCH_MEDIATEK || COMPILE_TEST
240 depends on ARCH_AIROHA || ARCH_MEDIATEK || COMPILE_TEST
241 depends on OF
242 depends on PCI_MSI_IRQ_DOMAIN
243 help
244 Say Y here if you want to enable PCIe controller support on
245 MediaTek SoCs.
246
247config PCIE_MEDIATEK_GEN3
248 tristate "MediaTek Gen3 PCIe controller"

--- 20 unchanged lines hidden (view full) ---

269 single domain. If you know your system provides one of these and
270 has devices attached to it, say Y; if you are not sure, say N.
271
272 To compile this driver as a module, choose M here: the
273 module will be called vmd.
274
275config PCIE_BRCMSTB
276 tristate "Broadcom Brcmstb PCIe host controller"
241 depends on OF
242 depends on PCI_MSI_IRQ_DOMAIN
243 help
244 Say Y here if you want to enable PCIe controller support on
245 MediaTek SoCs.
246
247config PCIE_MEDIATEK_GEN3
248 tristate "MediaTek Gen3 PCIe controller"

--- 20 unchanged lines hidden (view full) ---

269 single domain. If you know your system provides one of these and
270 has devices attached to it, say Y; if you are not sure, say N.
271
272 To compile this driver as a module, choose M here: the
273 module will be called vmd.
274
275config PCIE_BRCMSTB
276 tristate "Broadcom Brcmstb PCIe host controller"
277 depends on ARCH_BRCMSTB || ARCH_BCM2835 || ARCH_BCM4908 || \
277 depends on ARCH_BRCMSTB || ARCH_BCM2835 || ARCH_BCMBCA || \
278 BMIPS_GENERIC || COMPILE_TEST
279 depends on OF
280 depends on PCI_MSI_IRQ_DOMAIN
281 default ARCH_BRCMSTB || BMIPS_GENERIC
282 help
283 Say Y here to enable PCIe host controller support for
284 Broadcom STB based SoCs, like the Raspberry Pi 4.
285

--- 64 unchanged lines hidden ---
278 BMIPS_GENERIC || COMPILE_TEST
279 depends on OF
280 depends on PCI_MSI_IRQ_DOMAIN
281 default ARCH_BRCMSTB || BMIPS_GENERIC
282 help
283 Say Y here to enable PCIe host controller support for
284 Broadcom STB based SoCs, like the Raspberry Pi 4.
285

--- 64 unchanged lines hidden ---