-
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¶
- “ETH_0” if
ETH_SAM_GMAC
&&NET_L2_ETHERNET
Kconfig definition¶
At drivers/ethernet/Kconfig.sam_gmac:16
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_NAME string prompt "Device name" ifETH_SAM_GMAC
&&NET_L2_ETHERNET
default "ETH_0" ifETH_SAM_GMAC
&&NET_L2_ETHERNET
depends onETH_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.)