:orphan: .. title:: ETH_SAM_GMAC_NAME .. option:: 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 =================== \ :option:`ETH_SAM_GMAC ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - "ETH_0" Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.sam_gmac:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:16`` → ``drivers/ethernet/Kconfig:28`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver .. parsed-literal:: config ETH_SAM_GMAC_NAME string "Device name" default "ETH_0" depends on \ :option:`ETH_SAM_GMAC ` && \ :option:`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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*