Skip to content

Commit

Permalink
bridge: mrp: Update Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Horatiu Vultur authored and David S. Miller committed Apr 27, 2020
1 parent 4714d13 commit 2cc974f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions net/bridge/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2cc974f

Please sign in to comment.