The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_ETH_SAM_GMAC_NAME

Device name

Type: string

Help

Device name allows user to obtain a handle to the device object required by all driver API functions. Device name has to be unique.

Direct dependencies

ETH_SAM_GMAC && NET_L2_ETHERNET

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

Defaults

Kconfig definition

At drivers/ethernet/Kconfig.sam_gmac:16

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:18drivers/ethernet/Kconfig:31

Menu path: (top menu) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver

config ETH_SAM_GMAC_NAME
    string
    prompt "Device name" if ETH_SAM_GMAC && NET_L2_ETHERNET
    default "ETH_0" if ETH_SAM_GMAC && NET_L2_ETHERNET
    depends on ETH_SAM_GMAC && NET_L2_ETHERNET
    help
      Device name allows user to obtain a handle to the device object
      required by all driver API functions. Device name has to be unique.

(Definitions include propagated dependencies, including from if’s and menus.)