From: Horatiu Vultur Date: Sun, 26 Apr 2020 13:21:59 +0000 (+0200) Subject: bridge: mrp: Update Kconfig X-Git-Tag: v5.15~3723^2~412^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cc974f83fb505751b7fbcf8dee27bdcc7054a7e;p=platform%2Fkernel%2Flinux-starfive.git bridge: mrp: Update Kconfig Add the option BRIDGE_MRP to allow to build in or not MRP support. The default value is N. Reviewed-by: Nikolay Aleksandrov Signed-off-by: Horatiu Vultur Signed-off-by: David S. Miller --- diff --git a/net/bridge/Kconfig b/net/bridge/Kconfig index e4fb050..51a6414 100644 --- a/net/bridge/Kconfig +++ b/net/bridge/Kconfig @@ -61,3 +61,15 @@ config BRIDGE_VLAN_FILTERING Say N to exclude this support and reduce the binary size. If unsure, say Y. + +config BRIDGE_MRP + bool "MRP protocol" + depends on BRIDGE + default n + help + If you say Y here, then the Ethernet bridge will be able to run MRP + protocol to detect loops + + Say N to exclude this support and reduce the binary size. + + If unsure, say N.