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