summaryrefslogtreecommitdiff
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2019-08-01 16:42:57 +0300
committerTom Rini <trini@konsulko.com>2019-08-12 20:33:39 +0300
commit03c396bb5f3e74c74ce164b9b1eef9908e5cfabb (patch)
treedd38f851b444801e0d12da4d964ddcd680a5d25a /drivers/pci/Kconfig
parentf5b904796fa876bbfdf6eb9d2b311f9d01d80f5a (diff)
downloadu-boot-03c396bb5f3e74c74ce164b9b1eef9908e5cfabb.tar.xz
pcie: ti: add driver for AM65x PCIe RC
Add driver supporting PCIe root-complex available on TI's AM65x SoC. Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 3fe38f7315..bdfc0c1796 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -145,4 +145,10 @@ config PCI_MVEBU
Say Y here if you want to enable PCIe controller support on
Armada XP/38x SoCs.
+config PCI_KEYSTONE
+ bool "TI Keystone PCIe controller"
+ depends on DM_PCI
+ help
+ Say Y here if you want to enable PCI controller support on AM654 SoC.
+
endif