CONFIG_DSA_KSZ8794_TAIL_TAGGING

Enable support for tail tagging on KSZ8794

Type: bool

Help

Add support for tail tagging on KSZ8794 DSA device.

Direct dependencies

NET_DSA && NET_L2_ETHERNET

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/ethernet/Kconfig.dsa:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:20<Zephyr>/drivers/ethernet/Kconfig:59

Menu path: (Top) → Device Drivers → Ethernet Drivers → Distributed Switch Architecture support

config DSA_KSZ8794_TAIL_TAGGING
    bool "Enable support for tail tagging on KSZ8794"
    depends on NET_DSA && NET_L2_ETHERNET
    help
      Add support for tail tagging on KSZ8794 DSA device.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)