Kconfig 651 B

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