From 6681bf218f9556b094e34f5f854b20d42d7e2e84 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 3 Sep 2020 11:45:01 -0500 Subject: Linux v5.7.6 rebase Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_BRIDGE_MRP | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_BRIDGE_MRP (limited to 'configs/fedora/generic/CONFIG_BRIDGE_MRP') diff --git a/configs/fedora/generic/CONFIG_BRIDGE_MRP b/configs/fedora/generic/CONFIG_BRIDGE_MRP new file mode 100644 index 000000000..92d19f49a --- /dev/null +++ b/configs/fedora/generic/CONFIG_BRIDGE_MRP @@ -0,0 +1,22 @@ +# CONFIG_BRIDGE_MRP: +# +# 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. +# +# Symbol: BRIDGE_MRP [=n] +# Type : bool +# Defined at net/bridge/Kconfig:65 +# Prompt: MRP protocol +# Depends on: NET [=y] && BRIDGE [=m] +# Location: +# -> Networking support (NET [=y]) +# -> Networking options +# -> 802.1d Ethernet Bridging (BRIDGE [=m]) +# +# +# +CONFIG_BRIDGE_MRP=y -- cgit