]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/pci/host/Kconfig
target_core_alua: Make supported states configurable
[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_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_TEGRA
19 bool "NVIDIA Tegra PCIe controller"
20 depends on ARCH_TEGRA
21
22 endmenu