From: Ravi Gunasekaran Date: Thu, 27 Feb 2025 11:18:28 +0000 (+0530) Subject: arm64: defconfig: Enable HSR protocol driver X-Git-Tag: v6.15-rc1~157^2~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44807ecfa6394d8a4764775998f5dde18ec4377c;p=thirdparty%2Flinux.git arm64: defconfig: Enable HSR protocol driver High-availability Seamless Redundancy (HSR) protocol can be realized with any two port ethernet controller. Many of TI's K3 SoCs, such as AM64x and AM65x, support multi-port ethernet controller like those seen on AM654x-EVM and AM64xx-EVM platforms. So, enable the HSR driver to support this protocol. Signed-off-by: Ravi Gunasekaran Acked-by: Arnd Bergmann Signed-off-by: Meghana Malladi Reviewed-by: MD Danish Anwar Link: https://lore.kernel.org/r/20250227111828.1963918-1-m-malladi@ti.com Signed-off-by: Nishanth Menon --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 62350cf098e5b..390b64dba82d1 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