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

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/ethernet/Kconfig.sam_gmac:22

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:18drivers/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" if ETH_SAM_GMAC
    range 1 3 if ETH_SAM_GMAC
    default 1 if ETH_SAM_GMAC
    depends on ETH_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.)