:orphan: .. title:: ETH_W5500_TIMEOUT .. option:: CONFIG_ETH_W5500_TIMEOUT *IP buffer timeout* Type: ``int`` Help ==== Given timeout in milliseconds. Maximum amount of time that the driver will wait from the IP stack to get a memory buffer before the Ethernet frame is dropped. Direct dependencies =================== \ :option:`ETH_W5500 ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.w5500:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:58`` Menu path: (Top) → Device Drivers → Ethernet Drivers → W5500 Ethernet Controller .. parsed-literal:: config ETH_W5500_TIMEOUT int "IP buffer timeout" default 100 depends on \ :option:`ETH_W5500 ` && \ :option:`NET_L2_ETHERNET ` help Given timeout in milliseconds. Maximum amount of time that the driver will wait from the IP stack to get a memory buffer before the Ethernet frame is dropped. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*