diff options
author | 2025-02-27 16:48:28 +0530 | |
---|---|---|
committer | 2025-02-28 08:10:05 -0600 | |
commit | 44807ecfa6394d8a4764775998f5dde18ec4377c (patch) | |
tree | 66bb6fea471a5cb560bd276a58d77f5479738fab | |
parent | arm64: defconfig: Enable gb_beagleplay (diff) | |
download | wireguard-linux-44807ecfa6394d8a4764775998f5dde18ec4377c.tar.xz wireguard-linux-44807ecfa6394d8a4764775998f5dde18ec4377c.zip |
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 |