-
CONFIG_NET_VLAN
¶
Enable virtual lan support
Type: bool
Help¶
Enables virtual lan (VLAN) support for Ethernet.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/net/l2/ethernet/Kconfig:27
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:37
→ <Zephyr>/subsys/net/Kconfig:85
→ <Zephyr>/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
config NET_VLAN bool "Enable virtual lan support" depends onNET_L2_ETHERNET
&&NETWORKING
help Enables virtual lan (VLAN) support for Ethernet.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)