:orphan: .. title:: CONFIG_NET_VLAN_COUNT .. kconfig:: CONFIG_NET_VLAN_COUNT CONFIG_NET_VLAN_COUNT ##################### *Max VLAN tags supported in the system* Type: ``int`` Help ==== .. code-block:: none How many VLAN tags can be configured. Direct dependencies =================== \ :kconfig:`NET_VLAN ` && \ :kconfig:`NET_L2_ETHERNET ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/net/l2/ethernet/Kconfig:32`` 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 → Enable virtual lan support .. code-block:: kconfig config NET_VLAN_COUNT int "Max VLAN tags supported in the system" range 1 255 default 1 depends on NET_VLAN && NET_L2_ETHERNET && NETWORKING help How many VLAN tags can be configured. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*