:orphan: .. title:: ETH_MCUX_TX_BUFFERS .. option:: CONFIG_ETH_MCUX_TX_BUFFERS *Number of MCUX TX buffers* Type: ``int`` Help ==== .. code-block:: none Set the number of TX buffers provided to the MCUX driver. Direct dependencies =================== \ :option:`ETH_MCUX ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/ethernet/Kconfig.mcux:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:49`` Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver .. code-block:: kconfig config ETH_MCUX_TX_BUFFERS int "Number of MCUX TX buffers" range 1 1 default 1 depends on ETH_MCUX && NET_L2_ETHERNET help Set the number of TX buffers provided to the MCUX driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*