:orphan: .. title:: CONFIG_PHY_MONITOR_PERIOD .. kconfig:: CONFIG_PHY_MONITOR_PERIOD CONFIG_PHY_MONITOR_PERIOD ######################### *Monitor task execution period* Type: ``int`` Help ==== .. code-block:: none Monitor task execution period in milliseconds. The monitor task is periodically executed to detect and report any changes in the PHY link status to the operating system. Direct dependencies =================== \ :kconfig:`NET_L2_ETHERNET ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 500 Kconfig definition ================== At ``/ethernet/phy/Kconfig:39`` 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_MONITOR_PERIOD int "Monitor task execution period" default 500 depends on NET_L2_ETHERNET && NET_L2_ETHERNET help Monitor task execution period in milliseconds. The monitor task is periodically executed to detect and report any changes in the PHY link status to the operating system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*