-
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.
Defaults¶
- 1 if
ETH_SAM_GMAC
Kconfig definition¶
At drivers/ethernet/Kconfig.sam_gmac:22
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:18
→ drivers/ethernet/Kconfig:38
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
range 1 3 ifETH_SAM_GMAC
default 1 ifETH_SAM_GMAC
depends onETH_SAM_GMAC
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.)