mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
pci: kconfig: Setup proper dependency for PCIE_ROCKCHIP
There is missing dependency for PCIE_ROCKCHIP which selects PHY_ROCKCHIP_PCIE which directly depends on ARCH_ROCKCHIP. WARNING: unmet direct dependencies detected for PHY_ROCKCHIP_PCIE Depends on [n]: ARCH_ROCKCHIP [=n] Selected by [y]: - PCIE_ROCKCHIP [=y] && PCI [=y] Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -260,6 +260,7 @@ config PCIE_MEDIATEK
|
|||||||
|
|
||||||
config PCIE_ROCKCHIP
|
config PCIE_ROCKCHIP
|
||||||
bool "Enable Rockchip PCIe driver"
|
bool "Enable Rockchip PCIe driver"
|
||||||
|
depends on ARCH_ROCKCHIP
|
||||||
select DM_PCI
|
select DM_PCI
|
||||||
select PHY_ROCKCHIP_PCIE
|
select PHY_ROCKCHIP_PCIE
|
||||||
default y if ROCKCHIP_RK3399
|
default y if ROCKCHIP_RK3399
|
||||||
|
Reference in New Issue
Block a user