The latest development version of this page may be more current than this released 1.14.1 version.
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.)

Kconfig definition

At drivers/ethernet/Kconfig.mcux:90

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:18drivers/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" if PTP_CLOCK_MCUX && ETH_MCUX && NET_L2_ETHERNET
    default 10 if PTP_CLOCK_MCUX && ETH_MCUX && NET_L2_ETHERNET
    depends on PTP_CLOCK_MCUX && ETH_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.)