-
CONFIG_ETH_SAM_GMAC_QUEUES
¶
Number of 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¶
ETH_SAM_GMAC
&& NET_L2_ETHERNET
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if
ETH_SAM_GMAC
&&NET_L2_ETHERNET
Kconfig definition¶
At drivers/ethernet/Kconfig.sam_gmac:23
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:18
→ drivers/ethernet/Kconfig:31
Menu path: (top menu) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver
config ETH_SAM_GMAC_QUEUES int prompt "Number of hardware TX and RX queues" ifETH_SAM_GMAC
&&NET_L2_ETHERNET
range 1 3 ifETH_SAM_GMAC
&&NET_L2_ETHERNET
default 1 ifETH_SAM_GMAC
&&NET_L2_ETHERNET
depends onETH_SAM_GMAC
&&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.
(Definitions include propagated dependencies, including from if’s and menus.)