| menu "PCI host controller drivers" |
| bool "Marvell EBU PCIe controller" |
| depends on ARCH_MVEBU || ARCH_DOVE || ARCH_KIRKWOOD |
| bool "Samsung Exynos PCIe controller" |
| depends on SOC_EXYNOS5440 |
| bool "Freescale i.MX6 PCIe controller" |
| bool "NVIDIA Tegra PCIe controller" |
| bool "Renesas R-Car Gen2 Internal PCI controller" |
| depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST) |
| Say Y here if you want internal PCI support on R-Car Gen2 SoC. |
| There are 3 internal PCI controllers available with a single |
| built-in EHCI/OHCI host controller present on each one. |
| config PCI_RCAR_GEN2_PCIE |
| bool "Renesas R-Car PCIe controller" |
| depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST) |
| Say Y here if you want PCIe controller support on R-Car Gen2 SoCs. |
| bool "Generic PCI host controller" |
| Say Y here if you want to support a simple generic PCI host |
| controller, such as the one emulated by kvmtool. |