CONFIG_NET_VLAN_COUNT¶
Max VLAN tags supported in the system
Type: int
Help¶
How many VLAN tags can be configured.
Direct dependencies¶
NET_VLAN && NET_L2_ETHERNET && NETWORKING
(Includes any dependencies from ifs and menus.)
Default¶
- 1 
Kconfig definition¶
At <Zephyr Subsystem>/net/l2/ethernet/Kconfig:32
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:85 → <Zephyr Subsystem>/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
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.)