:orphan: .. title:: NET_VLAN_COUNT .. option:: CONFIG_NET_VLAN_COUNT *Max VLAN tags supported in the system* Type: ``int`` Help ==== How many VLAN tags can be configured. Direct dependencies =================== \ :option:`NET_VLAN ` && \ :option:`NET_L2_ETHERNET ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/l2/ethernet/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:85`` → ``subsys/net/l2/Kconfig:69`` 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 .. parsed-literal:: config NET_VLAN_COUNT int "Max VLAN tags supported in the system" range 1 255 default 1 depends on \ :option:`NET_VLAN ` && \ :option:`NET_L2_ETHERNET ` && \ :option:`NETWORKING ` help How many VLAN tags can be configured. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*