On Wed, Sep 22, 2021 at 01:13:11AM +0200, Marek Vasut wrote: > On 9/21/21 6:08 PM, Geert Uytterhoeven wrote: > > [...] > > > > diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig > > > index 326f7d13024f..ee6f5e525d3a 100644 > > > --- a/drivers/pci/controller/Kconfig > > > +++ b/drivers/pci/controller/Kconfig > > > @@ -66,6 +66,7 @@ config PCI_RCAR_GEN2 > > > config PCIE_RCAR_HOST > > > bool "Renesas R-Car PCIe host controller" > > > depends on ARCH_RENESAS || COMPILE_TEST > > > + depends on COMMON_CLK > > > > This part is OK. > > This part is also identical in the patch from Arnd, so you can just pick > that one as a fix and be done with it: > > [PATCH] PCI: rcar: add COMMON_CLK dependency > https://patchwork.kernel.org/project/linux-pci/patch/20210920095730.1216692-1-arnd@xxxxxxxxxx/ It is not strictly identical (Arnd's patch only touches the COMPILE_TEST option). Bjorn, shall we pick Arnd's patch up then ? We should be fixing this in one of the upcoming -rcs since we introduced it in the last merge window. Thanks, Lorenzo