xref: /openbmc/linux/net/8021q/Kconfig (revision 6a2e9b738cb5c929df73b6acabdd8f9a4e9a0416)
1*6a2e9b73SSam Ravnborg#
2*6a2e9b73SSam Ravnborg# Configuration for 802.1Q VLAN support
3*6a2e9b73SSam Ravnborg#
4*6a2e9b73SSam Ravnborg
5*6a2e9b73SSam Ravnborgconfig VLAN_8021Q
6*6a2e9b73SSam Ravnborg	tristate "802.1Q VLAN Support"
7*6a2e9b73SSam Ravnborg	---help---
8*6a2e9b73SSam Ravnborg	  Select this and you will be able to create 802.1Q VLAN interfaces
9*6a2e9b73SSam Ravnborg	  on your ethernet interfaces.  802.1Q VLAN supports almost
10*6a2e9b73SSam Ravnborg	  everything a regular ethernet interface does, including
11*6a2e9b73SSam Ravnborg	  firewalling, bridging, and of course IP traffic.  You will need
12*6a2e9b73SSam Ravnborg	  the 'vconfig' tool from the VLAN project in order to effectively
13*6a2e9b73SSam Ravnborg	  use VLANs.  See the VLAN web page for more information:
14*6a2e9b73SSam Ravnborg	  <http://www.candelatech.com/~greear/vlan.html>
15*6a2e9b73SSam Ravnborg
16*6a2e9b73SSam Ravnborg	  To compile this code as a module, choose M here: the module
17*6a2e9b73SSam Ravnborg	  will be called 8021q.
18*6a2e9b73SSam Ravnborg
19*6a2e9b73SSam Ravnborg	  If unsure, say N.
20