diff options
Diffstat (limited to 'drivers/pci/host/Kconfig')
-rw-r--r-- | drivers/pci/host/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 3d9504811126..efa24d9a3361 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig | |||
@@ -15,6 +15,12 @@ config PCI_EXYNOS | |||
15 | select PCIEPORTBUS | 15 | select PCIEPORTBUS |
16 | select PCIE_DW | 16 | select PCIE_DW |
17 | 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 | |||
18 | config PCI_TEGRA | 24 | config PCI_TEGRA |
19 | bool "NVIDIA Tegra PCIe controller" | 25 | bool "NVIDIA Tegra PCIe controller" |
20 | depends on ARCH_TEGRA | 26 | depends on ARCH_TEGRA |