The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_ETH_MCUX_RX_BUFFERS

Number of MCUX RX buffers

Type: int

Help

Set the number of RX buffers provided to the MCUX driver.

Direct dependencies

ETH_MCUX && NET_L2_ETHERNET

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/ethernet/Kconfig.mcux:38

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_RX_BUFFERS
    int
    prompt "Number of MCUX RX buffers" if ETH_MCUX && NET_L2_ETHERNET
    range 1 16 if ETH_MCUX && NET_L2_ETHERNET
    default 1 if ETH_MCUX && NET_L2_ETHERNET
    depends on ETH_MCUX && NET_L2_ETHERNET
    help
      Set the number of RX buffers provided to the MCUX driver.

(Definitions include propagated dependencies, including from if’s and menus.)