[RESEND PATCH] ARM: multi_v7_defconfig: Enable TI PRU Ethernet driver

Parvathi Pudi posted 1 patch 3 months ago
arch/arm/configs/multi_v7_defconfig | 2 ++
1 file changed, 2 insertions(+)
[RESEND PATCH] ARM: multi_v7_defconfig: Enable TI PRU Ethernet driver
Posted by Parvathi Pudi 3 months ago
The Programmable Real-time Unit and Industrial Communication Subsystem
Megabit (ICSSM) is a microcontroller subsystem in TI SoCs such as
AM57x, AM437x, and AM335x. It provides real-time processing
capabilities for industrial communication and custom peripheral interfaces.

Currently, EVMs based on AM57x, AM437x, and AM335x use the ICSSM driver
for PRU-based Ethernet functionality.

This patch enables TI_PRUSS and TI_PRUETH as a module for TI SoCs.

Signed-off-by: Parvathi Pudi <parvathi@couthit.com>
---
 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 12f706e2ded5..7f1fa9dd88c9 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -281,6 +281,8 @@ CONFIG_TI_CPSW_SWITCHDEV=y
 CONFIG_TI_CPTS=y
 CONFIG_TI_KEYSTONE_NETCP=y
 CONFIG_TI_KEYSTONE_NETCP_ETHSS=y
+CONFIG_TI_PRUSS=m
+CONFIG_TI_PRUETH=m
 CONFIG_XILINX_EMACLITE=y
 CONFIG_SFP=m
 CONFIG_BROADCOM_PHY=y
-- 
2.43.0
Re: [RESEND PATCH] ARM: multi_v7_defconfig: Enable TI PRU Ethernet driver
Posted by Kevin Hilman 3 months ago
On Mon, 03 Nov 2025 18:24:51 +0530, Parvathi Pudi wrote:
> The Programmable Real-time Unit and Industrial Communication Subsystem
> Megabit (ICSSM) is a microcontroller subsystem in TI SoCs such as
> AM57x, AM437x, and AM335x. It provides real-time processing
> capabilities for industrial communication and custom peripheral interfaces.
> 
> Currently, EVMs based on AM57x, AM437x, and AM335x use the ICSSM driver
> for PRU-based Ethernet functionality.
> 
> [...]

Applied, thanks!

[1/1] ARM: multi_v7_defconfig: Enable TI PRU Ethernet driver
      commit: 7d9ebbffc545033897aeb30f2a0a45ead1668bf1

Best regards,
-- 
Kevin Hilman <khilman@baylibre.com>