Message ID | 87sf2ztoq4.wl-kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: renesas_defconfig: add R-Car Gen4 PCIe | expand |
Hi Morimoto-san, On Mon, Jan 15, 2024 at 1:38 AM Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: > R-Car Gen4 is possible to use PCIe, this patch enables it. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Thanks for your patch! > --- a/arch/arm64/configs/renesas_defconfig > +++ b/arch/arm64/configs/renesas_defconfig > @@ -108,6 +108,8 @@ CONFIG_HOTPLUG_PCI=y > CONFIG_PCI_HOST_GENERIC=y > CONFIG_PCIE_RCAR_HOST=y > CONFIG_PCIE_RCAR_EP=y > +CONFIG_PCIE_RCAR_GEN4_HOST=y > +CONFIG_PCIE_RCAR_GEN4_EP=y > CONFIG_PCI_ENDPOINT=y > CONFIG_PCI_ENDPOINT_CONFIGFS=y > CONFIG_PCI_EPF_TEST=y These two options are already enabled, cfr. https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git/commit/?h=topic/renesas-defconfig&id=2588e66d6f71d0c96ce09e861e667284fd7a1a33 Gr{oetje,eeting}s, Geert
Hi Geert > Thanks for your patch! > > > --- a/arch/arm64/configs/renesas_defconfig > > +++ b/arch/arm64/configs/renesas_defconfig > > @@ -108,6 +108,8 @@ CONFIG_HOTPLUG_PCI=y > > CONFIG_PCI_HOST_GENERIC=y > > CONFIG_PCIE_RCAR_HOST=y > > CONFIG_PCIE_RCAR_EP=y > > +CONFIG_PCIE_RCAR_GEN4_HOST=y > > +CONFIG_PCIE_RCAR_GEN4_EP=y > > CONFIG_PCI_ENDPOINT=y > > CONFIG_PCI_ENDPOINT_CONFIGFS=y > > CONFIG_PCI_EPF_TEST=y > > These two options are already enabled, cfr. Wow ! Nice ! Thank you for your help !! Best regards --- Renesas Electronics Ph.D. Kuninori Morimoto
diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig index 7dcc4a712f30..22973fd31c1f 100644 --- a/arch/arm64/configs/renesas_defconfig +++ b/arch/arm64/configs/renesas_defconfig @@ -108,6 +108,8 @@ CONFIG_HOTPLUG_PCI=y CONFIG_PCI_HOST_GENERIC=y CONFIG_PCIE_RCAR_HOST=y CONFIG_PCIE_RCAR_EP=y +CONFIG_PCIE_RCAR_GEN4_HOST=y +CONFIG_PCIE_RCAR_GEN4_EP=y CONFIG_PCI_ENDPOINT=y CONFIG_PCI_ENDPOINT_CONFIGFS=y CONFIG_PCI_EPF_TEST=y