diff options
author | Sekhar Nori <nsekhar@ti.com> | 2019-08-01 19:12:57 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-12 13:33:39 -0400 |
commit | 03c396bb5f3e74c74ce164b9b1eef9908e5cfabb (patch) | |
tree | dd38f851b444801e0d12da4d964ddcd680a5d25a /drivers/pci/Kconfig | |
parent | f5b904796fa876bbfdf6eb9d2b311f9d01d80f5a (diff) | |
download | u-boot-03c396bb5f3e74c74ce164b9b1eef9908e5cfabb.tar.gz |
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/Kconfig | 6 |
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 |