summaryrefslogtreecommitdiffstats
path: root/net/802/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/802/Kconfig')
-rw-r--r--net/802/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/802/Kconfig b/net/802/Kconfig
new file mode 100644
index 000000000..aaa83e888
--- /dev/null
+++ b/net/802/Kconfig
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-only
+config STP
+ tristate
+ select LLC
+
+config GARP
+ tristate
+ select STP
+
+config MRP
+ tristate