[PATCH 1/9] pci: kconfig: Setup proper dependency for PCIE_ROCKCHIP

Tom Rini trini at konsulko.com
Wed Aug 19 14:26:24 CEST 2020


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 at 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 at konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200819/e4c2b6ed/attachment.sig>


More information about the U-Boot mailing list