[PATCH] arm64: defconfig: Enable the J721E PCIe endpoint driver

Aksh Garg posted 1 patch 1 month, 3 weeks ago
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: defconfig: Enable the J721E PCIe endpoint driver
Posted by Aksh Garg 1 month, 3 weeks ago
Enable the PCIe Endpoint Glue driver for the Cadence PCIe controller
present in the AM64, AM68, AM69, J721E, J7200, J721S2, J722S, J742S2,
and J784S4 Texas Instruments SoCs.

Signed-off-by: Aksh Garg <a-garg7@ti.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b67d5b1fc45b..103f4763b88f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -241,6 +241,7 @@ CONFIG_PCIE_XILINX_DMA_PL=y
 CONFIG_PCIE_XILINX_NWL=y
 CONFIG_PCIE_XILINX_CPM=y
 CONFIG_PCI_J721E_HOST=m
+CONFIG_PCI_J721E_EP=m
 CONFIG_PCI_IMX6_HOST=y
 CONFIG_PCI_LAYERSCAPE=y
 CONFIG_PCI_HISI=y
-- 
2.34.1
Re: [PATCH] arm64: defconfig: Enable the J721E PCIe endpoint driver
Posted by Siddharth Vadapalli 1 month, 3 weeks ago
On Mon, 2026-02-23 at 16:16 +0530, Aksh Garg wrote:
> Enable the PCIe Endpoint Glue driver for the Cadence PCIe controller
> present in the AM64, AM68, AM69, J721E, J7200, J721S2, J722S, J742S2,
> and J784S4 Texas Instruments SoCs.
> 
> Signed-off-by: Aksh Garg <a-garg7@ti.com>

Reviewed-by: Siddharth Vadapalli <s-vadapalli@ti.com>

> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index b67d5b1fc45b..103f4763b88f 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -241,6 +241,7 @@ CONFIG_PCIE_XILINX_DMA_PL=y
>  CONFIG_PCIE_XILINX_NWL=y
>  CONFIG_PCIE_XILINX_CPM=y
>  CONFIG_PCI_J721E_HOST=m
> +CONFIG_PCI_J721E_EP=m
>  CONFIG_PCI_IMX6_HOST=y
>  CONFIG_PCI_LAYERSCAPE=y
>  CONFIG_PCI_HISI=y

Regards,
Siddharth.