:orphan: .. title:: ETH_SAM_GMAC_MONITOR_PERIOD .. option:: CONFIG_ETH_SAM_GMAC_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 =================== \ :option:`ETH_SAM_GMAC ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1000 Kconfig definition ================== At ``/ethernet/Kconfig.sam_gmac:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:51`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver .. code-block:: kconfig config ETH_SAM_GMAC_MONITOR_PERIOD int "Monitor task execution period" default 1000 depends on ETH_SAM_GMAC && 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.)*