blob: f9492cc90ccdf0e61b84899592c08b28623cd9bf [file] [log] [blame]
Thomas Petazzoni45361a42013-05-16 17:55:22 +02001menu "PCI host controller drivers"
2 depends on PCI
3
Kishon Vijay Abraham I47ff3de2014-07-22 15:23:45 -06004config PCI_DRA7XX
5 bool "TI DRA7xx PCIe controller"
6 select PCIE_DW
7 depends on OF && HAS_IOMEM && TI_PIPE3
8 help
9 Enables support for the PCIe controller in the DRA7xx SoC. There
10 are two instances of PCIe controller in DRA7xx. This controller can
11 act both as EP and RC. This reuses the Designware core.
12
Thomas Petazzoni45361a42013-05-16 17:55:22 +020013config PCI_MVEBU
14 bool "Marvell EBU PCIe controller"
Sebastian Hesselbarthcc54ccd2013-08-13 14:25:24 +020015 depends on ARCH_MVEBU || ARCH_DOVE || ARCH_KIRKWOOD
Thomas Petazzoni5477a332013-08-09 12:35:50 +020016 depends on OF
Thomas Petazzoni45361a42013-05-16 17:55:22 +020017
Jingoo Han340cba62013-06-21 16:24:54 +090018config PCIE_DW
19 bool
20
21config PCI_EXYNOS
22 bool "Samsung Exynos PCIe controller"
23 depends on SOC_EXYNOS5440
24 select PCIEPORTBUS
25 select PCIE_DW
26
Sean Crossbb389192013-09-26 11:24:47 +080027config PCI_IMX6
28 bool "Freescale i.MX6 PCIe controller"
29 depends on SOC_IMX6Q
30 select PCIEPORTBUS
31 select PCIE_DW
32
Thierry Redingd1523b52013-08-09 16:49:19 +020033config PCI_TEGRA
34 bool "NVIDIA Tegra PCIe controller"
35 depends on ARCH_TEGRA
36
Valentine Barshakba3eb9f2013-10-29 20:12:51 +040037config PCI_RCAR_GEN2
38 bool "Renesas R-Car Gen2 Internal PCI controller"
Magnus Dammef4741e2014-02-18 11:12:01 +090039 depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST)
Valentine Barshakba3eb9f2013-10-29 20:12:51 +040040 help
41 Say Y here if you want internal PCI support on R-Car Gen2 SoC.
42 There are 3 internal PCI controllers available with a single
43 built-in EHCI/OHCI host controller present on each one.
44
Phil Edworthyc25da472014-05-12 11:57:48 +010045config PCI_RCAR_GEN2_PCIE
46 bool "Renesas R-Car PCIe controller"
47 depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST)
48 help
49 Say Y here if you want PCIe controller support on R-Car Gen2 SoCs.
50
Will Deaconce292992013-11-22 16:14:41 +000051config PCI_HOST_GENERIC
52 bool "Generic PCI host controller"
53 depends on ARM && OF
54 help
55 Say Y here if you want to support a simple generic PCI host
56 controller, such as the one emulated by kvmtool.
57
Thomas Petazzoni45361a42013-05-16 17:55:22 +020058endmenu