:orphan: .. title:: CONFIG_PHY_AUTONEG_TIMEOUT_MS .. kconfig:: CONFIG_PHY_AUTONEG_TIMEOUT_MS CONFIG_PHY_AUTONEG_TIMEOUT_MS ############################# *Auto-negotiation timeout value in milliseconds* Type: ``int`` Help ==== .. code-block:: none Maximum duration of auto-negotiation sequence in milliseconds before the process fails Direct dependencies =================== \ :kconfig:`NET_L2_ETHERNET ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4000 Kconfig definition ================== At ``/ethernet/phy/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:62`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Ethernet PHY Drivers .. code-block:: kconfig config PHY_AUTONEG_TIMEOUT_MS int "Auto-negotiation timeout value in milliseconds" default 4000 depends on NET_L2_ETHERNET && NET_L2_ETHERNET help Maximum duration of auto-negotiation sequence in milliseconds before the process fails *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*