CONFIG_DSA_KSZ8794¶
Enable support for KSZ8794
Type: bool
Help¶
Add support for KSZ8794 DSA device driver.
Direct dependencies¶
(NET_DSA && BOARD_IP_K66F) || (NET_DSA && NET_L2_ETHERNET)
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr Boards>/arm/ip_k66f/Kconfig.defconfig:41
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config DSA_KSZ8794
    bool
    default y if SPI
    depends on NET_DSA && BOARD_IP_K66F
At <Zephyr Driver>/ethernet/Kconfig.dsa:19
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:20 → <Zephyr Driver>/ethernet/Kconfig:59
Menu path: (Top) → Device Drivers → Ethernet Drivers → Distributed Switch Architecture support
config DSA_KSZ8794
    bool "Enable support for KSZ8794"
    select DSA_KSZ8XXX
    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.)