[PATCH] arm64: defconfig: Enable PCI NTB support

Aksh Garg posted 1 patch 1 month, 3 weeks ago
arch/arm64/configs/defconfig | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] arm64: defconfig: Enable PCI NTB support
Posted by Aksh Garg 1 month, 3 weeks ago
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@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
Re: [PATCH] arm64: defconfig: Enable PCI NTB support
Posted by Krzysztof Kozlowski 1 month, 3 weeks ago
On 19/02/2026 12:12, Aksh Garg wrote:
> 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.

Does not look at all like SoC-specific option, so I still do not see the
need in defconfig. This is not distro config. This is not even kernel
test config.

So why do we need generic options like that?

Best regards,
Krzysztof