CONFIG_DSA_KSZ_TAIL_TAGGING¶
Enable support for tail tagging
Type: bool
Help¶
Add support for tail tagging on DSA device.
Direct dependencies¶
(DSA_KSZ8794 || DSA_KSZ8863) && NET_DSA && NET_L2_ETHERNET
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/ethernet/Kconfig.dsa:31
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:20 → <Zephyr Driver>/ethernet/Kconfig:59
Menu path: (Top) → Device Drivers → Ethernet Drivers → Distributed Switch Architecture support
config DSA_KSZ_TAIL_TAGGING
    bool "Enable support for tail tagging"
    depends on (DSA_KSZ8794 || DSA_KSZ8863) && NET_DSA && NET_L2_ETHERNET
    help
      Add support for tail tagging on DSA device.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)