-
CONFIG_ETH_MCUX_RX_BUFFERS
¶
Number of MCUX RX buffers
Type: int
Help¶
Set the number of RX buffers provided to the MCUX driver.
Kconfig definition¶
At drivers/ethernet/Kconfig.mcux:35
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:18
→ drivers/ethernet/Kconfig:36
Menu path: (top menu) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver
config ETH_MCUX_RX_BUFFERS int prompt "Number of MCUX RX buffers" ifETH_MCUX
&Ð_MCUX
range 1 16 ifETH_MCUX
&Ð_MCUX
default 2 ifETH_MCUX
&Ð_MCUX
depends onETH_MCUX
&Ð_MCUX
help Set the number of RX buffers provided to the MCUX driver.
(Definitions include propagated dependencies, including from if’s and menus.)