[PATCH] arm64: defconfig: Enable PCI NTB support
Aksh Garg
a-garg7 at ti.com
Thu Feb 19 03:12:21 PST 2026
Enable PCI Non-Transparent Bridge (NTB) functionality supported by
Texas Instruments J721E, J742S2 and J784S4 SoCs.
NTB_NETDEV provides a virtual ethernet interface over the NTB Transport
layer. This allows connected systems to communicate with each other
using standard network protocols, and transfer data as ethernet traffic.
Signed-off-by: Aksh Garg <a-garg7 at ti.com>
---
arch/arm64/configs/defconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 35e9eb180c9a..8ae56d186716 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -250,6 +250,10 @@ CONFIG_PCIE_LAYERSCAPE_GEN4=y
CONFIG_PCI_ENDPOINT=y
CONFIG_PCI_ENDPOINT_CONFIGFS=y
CONFIG_PCI_EPF_TEST=m
+CONFIG_PCI_EPF_NTB=m
+CONFIG_NTB=m
+CONFIG_NTB_TRANSPORT=m
+CONFIG_NTB_EPF=m
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_FW_LOADER_USER_HELPER=y
@@ -334,6 +338,7 @@ CONFIG_BLK_DEV_DM=m
CONFIG_DM_MIRROR=m
CONFIG_DM_ZERO=m
CONFIG_NETDEVICES=y
+CONFIG_NTB_NETDEV=m
CONFIG_MACVLAN=m
CONFIG_MACVTAP=m
CONFIG_TUN=y
--
2.34.1
More information about the linux-arm-kernel
mailing list