-
CONFIG_ETH_MCUX_RX_BUFFERS
¶
Number of MCUX RX buffers
Type: int
Help¶
Set the number of RX buffers provided to the MCUX driver.
Default¶
1
Kconfig definition¶
At <Zephyr>/drivers/ethernet/Kconfig.mcux:51
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
config ETH_MCUX_RX_BUFFERS int "Number of MCUX RX buffers" range 1 16 default 1 depends onETH_MCUX
&&NET_L2_ETHERNET
help Set the number of RX buffers provided to the MCUX driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)