:orphan: .. title:: CONFIG_ETH_MCUX_PHY_TICK_MS .. kconfig:: CONFIG_ETH_MCUX_PHY_TICK_MS CONFIG_ETH_MCUX_PHY_TICK_MS ########################### *PHY poll period (ms)* Type: ``int`` Help ==== .. code-block:: none Set the PHY status polling period. Direct dependencies =================== \ :kconfig:`ETH_MCUX ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1000 Kconfig definition ================== At ``/ethernet/Kconfig.mcux:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:49`` Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver .. code-block:: kconfig config ETH_MCUX_PHY_TICK_MS int "PHY poll period (ms)" range 100 30000 default 1000 depends on ETH_MCUX && NET_L2_ETHERNET help Set the PHY status polling period. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*