[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250226104517.1746190-1-m-malladi@ti.com>
Date: Wed, 26 Feb 2025 16:15:17 +0530
From: Meghana Malladi <m-malladi@...com>
To: Vignesh Raghavendra <vigneshr@...com>, Nishanth Menon <nm@...com>
CC: <elinor.montmasson@...oirfairelinux.com>, <javier.carrasco@...fvision.net>,
<ebiggers@...gle.com>, <biju.das.jz@...renesas.com>,
<quic_tdas@...cinc.com>, <nfraprado@...labora.com>, <arnd@...db.de>,
<dmitry.baryshkov@...aro.org>, <krzysztof.kozlowski@...aro.org>,
<geert+renesas@...der.be>, <quic_bjorande@...cinc.com>,
<will@...nel.org>, <catalin.marinas@....com>,
<linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
<srk@...com>, Roger Quadros <rogerq@...nel.org>, <danishanwar@...com>,
<m-malladi@...com>, Ravi Gunasekaran <r-gunasekaran@...com>
Subject: [PATCH v2] arm64: defconfig: Enable HSR driver
From: Ravi Gunasekaran <r-gunasekaran@...com>
HSR is a redundancy protocol that can be realized with any
two port ethernet controller.
Many of TI's K3 SoCs support multi port ethernet controller.
So enable HSR driver inorder to support this protocol on
such SoCs.
Signed-off-by: Ravi Gunasekaran <r-gunasekaran@...com>
Acked-by: Arnd Bergmann <arnd@...db.de>
Signed-off-by: Meghana Malladi <m-malladi@...com>
---
v1: https://lore.kernel.org/all/20240419060013.14909-1-r-gunasekaran@ti.com/
v2-v1:
- Rebase to the latest tip
- Included TI specific maintainers in 'to'
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index c3df5120b23d..f3afc0ec68f0 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -177,6 +177,7 @@ CONFIG_NET_CLS_FLOWER=m
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_GACT=m
CONFIG_NET_ACT_MIRRED=m
+CONFIG_HSR=m
CONFIG_NET_ACT_GATE=m
CONFIG_QRTR_SMD=m
CONFIG_QRTR_TUN=m
base-commit: 8433c776e1eb1371f5cd40b5fd3a61f9c7b7f3ad
--
2.43.0
Powered by blists - more mailing lists