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). 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.