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

From: Aksh Garg

Date: Mon Feb 23 2026 - 05:48:01 EST


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@xxxxxx>
---
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