summaryrefslogtreecommitdiff
path: root/net/8021q/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-21 13:02:45 +0400
committerIngo Molnar <mingo@elte.hu>2008-07-21 13:02:45 +0400
commite27772b48df91a954a74b1411b57d83b945a58c7 (patch)
treeebd4a434d9e3cbd0844109e4469f91daac581b59 /net/8021q/Kconfig
parentd092633bff3b19faffc480fe9810805e7792a029 (diff)
parent14b395e35d1afdd8019d11b92e28041fad591b71 (diff)
downloadlinux-e27772b48df91a954a74b1411b57d83b945a58c7.tar.xz
Merge branch 'linus' into x86/urgent
Diffstat (limited to 'net/8021q/Kconfig')
-rw-r--r--net/8021q/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/8021q/Kconfig b/net/8021q/Kconfig
index c4a382e450e2..fa073a54963e 100644
--- a/net/8021q/Kconfig
+++ b/net/8021q/Kconfig
@@ -17,3 +17,13 @@ config VLAN_8021Q
will be called 8021q.
If unsure, say N.
+
+config VLAN_8021Q_GVRP
+ bool "GVRP (GARP VLAN Registration Protocol) support"
+ depends on VLAN_8021Q
+ select GARP
+ help
+ Select this to enable GVRP end-system support. GVRP is used for
+ automatic propagation of registered VLANs to switches.
+
+ If unsure, say N.