:orphan: .. title:: CONFIG_ETH_W5500 .. kconfig:: CONFIG_ETH_W5500 CONFIG_ETH_W5500 ################ *W5500 Ethernet Controller* Type: ``bool`` Help ==== .. code-block:: none W5500 Stand-Alone Ethernet Controller with SPI Interface Direct dependencies =================== \ :kconfig:`SPI ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ethernet/Kconfig.w5500:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:58`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. code-block:: kconfig 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.)*