Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[cascardo/linux.git] / drivers / pci / host / Kconfig
1 menu "PCI host controller drivers"
2         depends on PCI
3
4 config PCI_MVEBU
5         bool "Marvell EBU PCIe controller"
6         depends on ARCH_MVEBU || ARCH_DOVE || ARCH_KIRKWOOD
7         depends on OF
8
9 config PCIE_DW
10         bool
11
12 config PCI_EXYNOS
13         bool "Samsung Exynos PCIe controller"
14         depends on SOC_EXYNOS5440
15         select PCIEPORTBUS
16         select PCIE_DW
17
18 config PCI_IMX6
19         bool "Freescale i.MX6 PCIe controller"
20         depends on SOC_IMX6Q
21         select PCIEPORTBUS
22         select PCIE_DW
23
24 config PCI_TEGRA
25         bool "NVIDIA Tegra PCIe controller"
26         depends on ARCH_TEGRA
27
28 config PCI_RCAR_GEN2
29         bool "Renesas R-Car Gen2 Internal PCI controller"
30         depends on ARM && (ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST)
31         help
32           Say Y here if you want internal PCI support on R-Car Gen2 SoC.
33           There are 3 internal PCI controllers available with a single
34           built-in EHCI/OHCI host controller present on each one.
35
36 endmenu