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 ifs and menus.)

Default

  • 10

Kconfig definition

At <Zephyr>/drivers/ethernet/Kconfig.mcux:91

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:20<Zephyr>/drivers/ethernet/Kconfig:49

Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver → MCUX PTP clock driver support

config ETH_MCUX_PTP_RX_BUFFERS
    int "Size of the RX timestamp ring buffer"
    default 10
    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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)