:orphan: .. title:: CONFIG_NET_VLAN .. kconfig:: CONFIG_NET_VLAN CONFIG_NET_VLAN ############### *Enable virtual lan support* Type: ``bool`` Help ==== .. code-block:: none Enables virtual lan (VLAN) support for Ethernet. Direct dependencies =================== \ :kconfig:`NET_L2_ETHERNET ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/l2/ethernet/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:71`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable Ethernet support .. code-block:: kconfig config NET_VLAN bool "Enable virtual lan support" depends on NET_L2_ETHERNET && NETWORKING help Enables virtual lan (VLAN) support for Ethernet. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*