diff options
author | Ravi Gunasekaran <r-gunasekaran@ti.com> | 2025-02-27 14:18:28 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2025-02-28 17:10:05 +0300 |
commit | 44807ecfa6394d8a4764775998f5dde18ec4377c (patch) | |
tree | 66bb6fea471a5cb560bd276a58d77f5479738fab | |
parent | 8c96eb23f203da025f07d7ca5387e1a42382b50c (diff) | |
download | linux-44807ecfa6394d8a4764775998f5dde18ec4377c.tar.xz |
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 <r-gunasekaran@ti.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Meghana Malladi <m-malladi@ti.com>
Reviewed-by: MD Danish Anwar <danishanwar@ti.com>
Link: https://lore.kernel.org/r/20250227111828.1963918-1-m-malladi@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 62350cf098e5..390b64dba82d 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 |