]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/pci/host/Kconfig
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck...
[mirror_ubuntu-artful-kernel.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 ARCH_SHMOBILE || (ARM && 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 config PCI_RCAR_GEN2_PCIE
37 bool "Renesas R-Car PCIe controller"
38 depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST)
39 help
40 Say Y here if you want PCIe controller support on R-Car Gen2 SoCs.
41
42 config PCI_HOST_GENERIC
43 bool "Generic PCI host controller"
44 depends on ARM && OF
45 help
46 Say Y here if you want to support a simple generic PCI host
47 controller, such as the one emulated by kvmtool.
48
49 config PCIE_SPEAR13XX
50 tristate "STMicroelectronics SPEAr PCIe controller"
51 depends on ARCH_SPEAR13XX
52 select PCIEPORTBUS
53 select PCIE_DW
54 help
55 Say Y here if you want PCIe support on SPEAr13XX SoCs.
56
57 endmenu