:orphan: .. title:: CONFIG_ETH_ENC424J600_TIMEOUT .. kconfig:: CONFIG_ETH_ENC424J600_TIMEOUT CONFIG_ETH_ENC424J600_TIMEOUT ############################# *IP buffer timeout* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`ETH_ENC424J600 ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== At ``/ethernet/Kconfig.enc424j600:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:48`` Menu path: (Top) → Device Drivers → Ethernet Drivers → ENC424J600C Ethernet Controller .. code-block:: kconfig config ETH_ENC424J600_TIMEOUT int "IP buffer timeout" default 100 depends on ETH_ENC424J600 && 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.)*