:orphan: .. title:: ETH_SAM_GMAC_QUEUES .. option:: CONFIG_ETH_SAM_GMAC_QUEUES *Number of active hardware TX and RX queues* Type: ``int`` Help ==== Select the number of hardware queues used by the driver. Packets will be routed to appropriate queues based on their priority. Direct dependencies =================== \ :option:`ETH_SAM_GMAC ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.sam_gmac:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:51`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver .. parsed-literal:: config ETH_SAM_GMAC_QUEUES int "Number of active hardware TX and RX queues" range 1 0 if \ :option:`SOC_SERIES_SAME70 ` || \ :option:`SOC_SERIES_SAMV71 ` || \ :option:`SOC_SERIES_SAM4E ` || \ :option:`SOC_SERIES_SAME54 ` default 1 depends on \ :option:`ETH_SAM_GMAC ` && \ :option:`NET_L2_ETHERNET ` help Select the number of hardware queues used by the driver. Packets will be routed to appropriate queues based on their priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*