:orphan: .. title:: ETH_MCUX_TX_BUFFERS .. option:: CONFIG_ETH_MCUX_TX_BUFFERS *Number of MCUX TX buffers* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.mcux:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:16`` → ``drivers/ethernet/Kconfig:26`` Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver .. parsed-literal:: config ETH_MCUX_TX_BUFFERS int "Number of MCUX TX buffers" range 1 1 default 1 depends on \ :option:`ETH_MCUX ` && \ :option:`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.)*