CONFIG_NET_DSA

Distributed Switch Architecture support

Type: bool

Help

Enable Distributed Switch Architecture support. For now it only supports Kinetics ENET driver.

Direct dependencies

ETH_MCUX && 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:7

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

menuconfig NET_DSA
    bool "Distributed Switch Architecture support"
    depends on ETH_MCUX && NET_L2_ETHERNET
    help
      Enable Distributed Switch Architecture support. For now it
      only supports Kinetics ENET driver.

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