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