blob: 2e33c2ba825f8b882a76666fa11b387b35ca2de0 [file] [log] [blame]
Thomas Petazzoni45361a42013-05-16 17:55:22 +02001menu "PCI host controller drivers"
2 depends on PCI
3
4config PCI_MVEBU
5 bool "Marvell EBU PCIe controller"
Thomas Petazzoni005625f2013-05-15 15:36:54 +02006 depends on ARCH_MVEBU || ARCH_KIRKWOOD
Thomas Petazzoni5477a332013-08-09 12:35:50 +02007 depends on OF
Thomas Petazzoni45361a42013-05-16 17:55:22 +02008
Jingoo Han340cba62013-06-21 16:24:54 +09009config PCIE_DW
10 bool
11
12config PCI_EXYNOS
13 bool "Samsung Exynos PCIe controller"
14 depends on SOC_EXYNOS5440
15 select PCIEPORTBUS
16 select PCIE_DW
17
Thierry Redingd1523b52013-08-09 16:49:19 +020018config PCI_TEGRA
19 bool "NVIDIA Tegra PCIe controller"
20 depends on ARCH_TEGRA
21
Valentine Barshakba3eb9f2013-10-29 20:12:51 +040022config PCI_RCAR_GEN2
23 bool "Renesas R-Car Gen2 Internal PCI controller"
24 depends on ARM && (ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST)
25 help
26 Say Y here if you want internal PCI support on R-Car Gen2 SoC.
27 There are 3 internal PCI controllers available with a single
28 built-in EHCI/OHCI host controller present on each one.
29
Thomas Petazzoni45361a42013-05-16 17:55:22 +020030endmenu