OSDN Git Service

bridge: mrp: Update Kconfig
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Sun, 26 Apr 2020 13:21:59 +0000 (15:21 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Apr 2020 18:40:25 +0000 (11:40 -0700)
Add the option BRIDGE_MRP to allow to build in or not MRP support.
The default value is N.

Reviewed-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/Kconfig

index e4fb050..51a6414 100644 (file)
@@ -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.