diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2020-04-26 15:21:59 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-27 11:40:25 -0700 |
commit | 2cc974f83fb505751b7fbcf8dee27bdcc7054a7e (patch) | |
tree | f11e07472f2648ed5c27fe4f44dd96da71267549 | |
parent | 4714d13791f831d253852c8b5d657270becb8b2a (diff) | |
download | linux-2cc974f83fb505751b7fbcf8dee27bdcc7054a7e.tar.gz linux-2cc974f83fb505751b7fbcf8dee27bdcc7054a7e.tar.bz2 linux-2cc974f83fb505751b7fbcf8dee27bdcc7054a7e.zip |
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 <nikolay@cumulusnetworks.com>
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/bridge/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/bridge/Kconfig b/net/bridge/Kconfig index e4fb050e2078..51a6414145d2 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. |