Source: linux Source-Version: 5.9~rc6-1~exp1 Hi Matt,
On Sun, Oct 11, 2020 at 01:33:53PM +1100, Matt McBride wrote: > > > On Sun, Oct 11, 2020, at 6:27 AM, Salvatore Bonaccorso wrote: > > > > Is this correct? CONFIG_PCIE_LAYERSCAPE does not seem available as > > option. > > > > Regards, > > Salvatore > > > My apologies - I am getting mixed up between different projects I'm > working with at the moment (kernel and U-Boot). Ack, thanks for confirming! > The snippet I have from my mainline kernel tree is: > > > # > > # DesignWare PCI Core Support > > # > > CONFIG_PCIE_DW=y > > CONFIG_PCIE_DW_HOST=y > > # CONFIG_PCIE_DW_PLAT_HOST is not set > > CONFIG_PCI_LAYERSCAPE=y > > CONFIG_PCI_HISI=y > > CONFIG_PCIE_KIRIN=y > > # CONFIG_PCI_MESON is not set > > # CONFIG_PCIE_AL is not set > > # end of DesignWare PCI Core Support > > CONFIG_PCI_LAYERSCAPE=y should be all required, PCIE_DW and _DW_HOST > are selected automatically when PCI_LAYERSCAPE is selected. So we have enabled this recently, for the experimental upload based on 5.9~rc6 but it has not yet landed for unstable. So it should be present in unstable once we move v5.9.y for unstable. Regards, Salvatore