:orphan: .. title:: ETH_W5500 .. option:: CONFIG_ETH_W5500 *W5500 Ethernet Controller* Type: ``bool`` Help ==== W5500 Stand-Alone Ethernet Controller with SPI Interface Direct dependencies =================== \ :option:`SPI ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.w5500:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:58`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. parsed-literal:: menuconfig ETH_W5500 bool "W5500 Ethernet Controller" depends on \ :option:`SPI ` && \ :option:`NET_L2_ETHERNET ` help W5500 Stand-Alone Ethernet Controller with SPI Interface *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*