diff options
Diffstat (limited to 'drivers/pci/host/Kconfig')
| -rw-r--r-- | drivers/pci/host/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 2d8a4d05d78f..8922c376456a 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig | |||
| @@ -1,9 +1,18 @@ | |||
| 1 | menu "PCI host controller drivers" | 1 | menu "PCI host controller drivers" |
| 2 | depends on PCI | 2 | depends on PCI |
| 3 | 3 | ||
| 4 | config PCI_DRA7XX | ||
| 5 | bool "TI DRA7xx PCIe controller" | ||
| 6 | select PCIE_DW | ||
| 7 | depends on OF && HAS_IOMEM && TI_PIPE3 | ||
| 8 | help | ||
| 9 | Enables support for the PCIe controller in the DRA7xx SoC. There | ||
| 10 | are two instances of PCIe controller in DRA7xx. This controller can | ||
| 11 | act both as EP and RC. This reuses the Designware core. | ||
| 12 | |||
| 4 | config PCI_MVEBU | 13 | config PCI_MVEBU |
| 5 | bool "Marvell EBU PCIe controller" | 14 | bool "Marvell EBU PCIe controller" |
| 6 | depends on ARCH_MVEBU || ARCH_DOVE || ARCH_KIRKWOOD | 15 | depends on ARCH_MVEBU || ARCH_DOVE |
| 7 | depends on OF | 16 | depends on OF |
| 8 | 17 | ||
| 9 | config PCIE_DW | 18 | config PCIE_DW |
