CONFIG_PHY_MONITOR_PERIOD¶
Monitor task execution period
Type: int
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.
Direct dependencies¶
NET_L2_ETHERNET
&& NET_L2_ETHERNET
(Includes any dependencies from ifs and menus.)
Default¶
500
Kconfig definition¶
At drivers/ethernet/phy/Kconfig:39
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:20
→ drivers/ethernet/Kconfig:62
Menu path: (Top) → Device Drivers → Ethernet Drivers → Ethernet PHY Drivers
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.)