:orphan: .. title:: CONFIG_ETH_MCUX_RX_BUFFERS .. kconfig:: CONFIG_ETH_MCUX_RX_BUFFERS CONFIG_ETH_MCUX_RX_BUFFERS ########################## *Number of MCUX RX buffers* Type: ``int`` Help ==== .. code-block:: none Set the number of RX buffers provided to the MCUX driver. Direct dependencies =================== \ :kconfig:`ETH_MCUX ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/ethernet/Kconfig.mcux:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:49`` Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver .. code-block:: kconfig config ETH_MCUX_RX_BUFFERS int "Number of MCUX RX buffers" range 1 16 default 1 depends on ETH_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.)*