CONFIG_ETH_W5500¶
W5500 Ethernet Controller
Type: bool
Help¶
W5500 Stand-Alone Ethernet Controller
with SPI Interface
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/ethernet/Kconfig.w5500:7
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:20 → <Zephyr Driver>/ethernet/Kconfig:58
Menu path: (Top) → Device Drivers → Ethernet Drivers
menuconfig ETH_W5500
    bool "W5500 Ethernet Controller"
    depends on SPI && NET_L2_ETHERNET
    help
      W5500 Stand-Alone Ethernet Controller
      with SPI Interface
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)