:orphan: .. title:: CONFIG_NET_DSA .. kconfig:: CONFIG_NET_DSA CONFIG_NET_DSA ############## *Distributed Switch Architecture support* Type: ``bool`` Help ==== .. code-block:: none Enable Distributed Switch Architecture support. For now it only supports Kinetics ENET driver. Direct dependencies =================== (\ :kconfig:`ETH_MCUX ` || \ :kconfig:`ETH_SAM_GMAC `) && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ethernet/Kconfig.dsa:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:59`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. code-block:: kconfig menuconfig NET_DSA bool "Distributed Switch Architecture support" depends on (ETH_MCUX || ETH_SAM_GMAC) && 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.)*