Kconfig 919 B

123456789101112131415161718192021222324252627282930
  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.
  17. config VLAN_8021Q_GVRP
  18. bool "GVRP (GARP VLAN Registration Protocol) support"
  19. depends on VLAN_8021Q
  20. select GARP
  21. help
  22. Select this to enable GVRP end-system support. GVRP is used for
  23. automatic propagation of registered VLANs to switches.
  24. If unsure, say N.