
19 Aug
2020
19 Aug
'20
2:26 p.m.
On Wed, Aug 19, 2020 at 10:44:15AM +0200, Michal Simek wrote:
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
Got this issue via randconfig
drivers/pci/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 5e0a39396bb0..cb41c4f55bba 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -223,6 +223,7 @@ config PCIE_MEDIATEK
config PCIE_ROCKCHIP bool "Enable Rockchip PCIe driver"
- depends on ARCH_ROCKCHIP select DM_PCI select PHY_ROCKCHIP_PCIE default y if ROCKCHIP_RK3399
Since we probably can't enable this on sandbox, this is probably right.
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom