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 <Zephyr>/drivers/ethernet/phy/Kconfig:39

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:20<Zephyr>/drivers/ethernet/Kconfig:63

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.)