:orphan: .. title:: DSA_KSZ8794 .. option:: CONFIG_DSA_KSZ8794 *Enable support for KSZ8794* Type: ``bool`` Help ==== .. code-block:: none Add support for KSZ8794 DSA device driver. Direct dependencies =================== (\ :option:`NET_DSA ` && \ :option:`BOARD_IP_K66F `) || (\ :option:`NET_DSA ` && \ :option:`NET_L2_ETHERNET `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`SPI ` Kconfig definitions =================== At ``/arm/ip_k66f/Kconfig.defconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config DSA_KSZ8794 bool default y if SPI depends on NET_DSA && BOARD_IP_K66F ---- At ``/ethernet/Kconfig.dsa:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:59`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Distributed Switch Architecture support .. code-block:: kconfig config DSA_KSZ8794 bool "Enable support for KSZ8794" depends on NET_DSA && NET_L2_ETHERNET help Add support for KSZ8794 DSA device driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*