CONFIG_DSA_KSZ8863¶
Enable support for KSZ8863
Type: bool
Help¶
Add support for KSZ8863 DSA device driver.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Driver>/ethernet/Kconfig.dsa:25
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_KSZ8863
    bool "Enable support for KSZ8863"
    select DSA_KSZ8XXX
    depends on NET_DSA && NET_L2_ETHERNET
    help
      Add support for KSZ8863 DSA device driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)