summaryrefslogtreecommitdiffstats
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2021-03-25 15:49:19 +0100
committerBin Meng <bmeng.cn@gmail.com>2021-04-15 10:43:17 +0800
commit1a031829673f0f93f93b718fe1f873e9d1ca82c7 (patch)
tree148c68397f6b2b976f17481b7e180e4adee44fe4 /drivers/pci/Kconfig
parentdfadb946f65b97c4607ccb8be64fca16672e9ea2 (diff)
downloadu-boot-1a031829673f0f93f93b718fe1f873e9d1ca82c7.tar.gz
u-boot-1a031829673f0f93f93b718fe1f873e9d1ca82c7.tar.xz
u-boot-1a031829673f0f93f93b718fe1f873e9d1ca82c7.zip
pci: pcie_dw_ti: migrate to common Designware PCIe functions
Migrate the dw_ti driver to use the common DW PCIe helpers. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index ab5a5e7ed6..318d8fa37d 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -264,7 +264,7 @@ config PCIE_DW_COMMON
config PCI_KEYSTONE
bool "TI Keystone PCIe controller"
- depends on DM_PCI
+ select PCIE_DW_COMMON
help
Say Y here if you want to enable PCI controller support on AM654 SoC.