-
CONFIG_ETH_MCUX_PHY_TICK_MS
¶
PHY poll period (ms)
Type: int
Help¶
Set the PHY status polling period.
Defaults¶
- 1000 if
ETH_MCUX
&&NET_L2_ETHERNET
Kconfig definition¶
At drivers/ethernet/Kconfig.mcux:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:18
→ drivers/ethernet/Kconfig:28
Menu path: (top menu) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver
config ETH_MCUX_PHY_TICK_MS int prompt "PHY poll period (ms)" ifETH_MCUX
&&NET_L2_ETHERNET
range 100 30000 ifETH_MCUX
&&NET_L2_ETHERNET
default 1000 ifETH_MCUX
&&NET_L2_ETHERNET
depends onETH_MCUX
&&NET_L2_ETHERNET
help Set the PHY status polling period.
(Definitions include propagated dependencies, including from if’s and menus.)