blob: 8bf7a1765b78f9525e9a19dff5c2d2520c864039 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Sam Ravnborg6a2e9b72005-07-11 21:13:56 -07002#
3# Configuration for 802.1Q VLAN support
4#
5
6config VLAN_8021Q
Patrick McHardy8ad227f2013-04-19 02:04:31 +00007 tristate "802.1Q/802.1ad VLAN Support"
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +09008 help
Sam Ravnborg6a2e9b72005-07-11 21:13:56 -07009 Select this and you will be able to create 802.1Q VLAN interfaces
Yegor Yefremov2fa053a2014-01-20 10:49:39 +010010 on your Ethernet interfaces. 802.1Q VLAN supports almost
11 everything a regular Ethernet interface does, including
12 firewalling, bridging, and of course IP traffic. You will need
13 the 'ip' utility in order to effectively use VLANs.
14 See the VLAN web page for more information:
Sam Ravnborg6a2e9b72005-07-11 21:13:56 -070015 <http://www.candelatech.com/~greear/vlan.html>
16
17 To compile this code as a module, choose M here: the module
18 will be called 8021q.
19
20 If unsure, say N.
Patrick McHardy70c03b42008-07-05 21:26:57 -070021
22config VLAN_8021Q_GVRP
23 bool "GVRP (GARP VLAN Registration Protocol) support"
24 depends on VLAN_8021Q
25 select GARP
26 help
27 Select this to enable GVRP end-system support. GVRP is used for
28 automatic propagation of registered VLANs to switches.
29
30 If unsure, say N.
David Ward86fbe9b2013-02-08 17:17:07 +000031
32config VLAN_8021Q_MVRP
33 bool "MVRP (Multiple VLAN Registration Protocol) support"
34 depends on VLAN_8021Q
35 select MRP
36 help
37 Select this to enable MVRP end-system support. MVRP is used for
38 automatic propagation of registered VLANs to switches; it
39 supersedes GVRP and is not backwards-compatible.
40
41 If unsure, say N.