-
CONFIG_ETH_MCUX_PTP_RX_BUFFERS
¶
Size of the RX timestamp ring buffer
Type: int
Help¶
Set the number of RX buffers provided to the MCUX driver to store timestamps.
Direct dependencies¶
PTP_CLOCK_MCUX
&& ETH_MCUX
&& NET_L2_ETHERNET
(Includes any dependencies from if’s and menus.)
Defaults¶
- 10 if
PTP_CLOCK_MCUX
&Ð_MCUX
&&NET_L2_ETHERNET
Kconfig definition¶
At drivers/ethernet/Kconfig.mcux:90
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_PTP_RX_BUFFERS int prompt "Size of the RX timestamp ring buffer" ifPTP_CLOCK_MCUX
&Ð_MCUX
&&NET_L2_ETHERNET
default 10 ifPTP_CLOCK_MCUX
&Ð_MCUX
&&NET_L2_ETHERNET
depends onPTP_CLOCK_MCUX
&Ð_MCUX
&&NET_L2_ETHERNET
help Set the number of RX buffers provided to the MCUX driver to store timestamps.
(Definitions include propagated dependencies, including from if’s and menus.)