blob: 5f33746c925bee0a7918d9dc3d564a6c5974617d [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 Petazzoni45361a42013-05-16 17:55:22 +02007
Jingoo Han340cba62013-06-21 16:24:54 +09008config PCIE_DW
9 bool
10
11config PCI_EXYNOS
12 bool "Samsung Exynos PCIe controller"
13 depends on SOC_EXYNOS5440
14 select PCIEPORTBUS
15 select PCIE_DW
16
Thierry Redingd1523b52013-08-09 16:49:19 +020017config PCI_TEGRA
18 bool "NVIDIA Tegra PCIe controller"
19 depends on ARCH_TEGRA
20
Thomas Petazzoni45361a42013-05-16 17:55:22 +020021endmenu