diff options
| author | Neil Armstrong <narmstrong@baylibre.com> | 2021-03-25 15:49:20 +0100 |
|---|---|---|
| committer | Bin Meng <bmeng.cn@gmail.com> | 2021-04-15 10:43:17 +0800 |
| commit | c90f3d0e70568e65ca356ea519231629ddf459ed (patch) | |
| tree | 28ec20955ec55507cbc05685ca09f207d593c9e1 /drivers/pci/Kconfig | |
| parent | 1a031829673f0f93f93b718fe1f873e9d1ca82c7 (diff) | |
| download | u-boot-c90f3d0e70568e65ca356ea519231629ddf459ed.tar.gz u-boot-c90f3d0e70568e65ca356ea519231629ddf459ed.tar.xz u-boot-c90f3d0e70568e65ca356ea519231629ddf459ed.zip | |
pci: pcie_dw_rockchip: migrate to common Designware PCIe functions
Migrate the dw_rockchip 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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 318d8fa37d..cacfc4bd25 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -289,7 +289,7 @@ config PCIE_ROCKCHIP config PCIE_DW_ROCKCHIP bool "Rockchip DesignWare based PCIe controller" depends on ARCH_ROCKCHIP - select DM_PCI + select PCIE_DW_COMMON select PHY_ROCKCHIP_SNPS_PCIE3 help Say Y here if you want to enable DW PCIe controller support on |
