mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable PCI NTB support
@ 2026-02-19 11:12 Aksh Garg
  2026-02-20  7:13 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Aksh Garg @ 2026-02-19 11:12 UTC (permalink / raw)
  To: krzysztof.kozlowski, geert+renesas, bjorn.andersson, arnd, heiko,
	ebiggers, luca.weiss, nfraprado, prabhakar.mahadev-lad.rj
  Cc: linux-kernel, linux-arm-kernel, s-vadapalli, danishanwar, a-garg7

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable PCI NTB support
  2026-02-19 11:12 [PATCH] arm64: defconfig: Enable PCI NTB support Aksh Garg
@ 2026-02-20  7:13 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2026-02-20  7:13 UTC (permalink / raw)
  To: Aksh Garg, krzysztof.kozlowski, geert+renesas, bjorn.andersson,
	arnd, heiko, ebiggers, luca.weiss, nfraprado,
	prabhakar.mahadev-lad.rj
  Cc: linux-kernel, linux-arm-kernel, s-vadapalli, danishanwar

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-20  7:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-19 11:12 [PATCH] arm64: defconfig: Enable PCI NTB support Aksh Garg
2026-02-20  7:13 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome