-
CONFIG_ETH_SAM_GMAC_MAC_I2C_DEV_NAME
¶
I2C bus driver device name
Type: string
Help¶
Device name, e.g. I2C_0, of an I2C bus driver device. It is required to obtain handle to the I2C device object.
Direct dependencies¶
(ETH_SAM_GMAC
&& BOARD_SAM_E70_XPLAINED
) || (ETH_SAM_GMAC_MAC_I2C_EEPROM
&& ETH_SAM_GMAC
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “I2C_0” if
ETH_SAM_GMAC
&&BOARD_SAM_E70_XPLAINED
Kconfig definitions¶
At boards/arm/sam_e70_xplained/Kconfig.defconfig:44
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config ETH_SAM_GMAC_MAC_I2C_DEV_NAME string default "I2C_0" ifETH_SAM_GMAC
&&BOARD_SAM_E70_XPLAINED
depends onETH_SAM_GMAC
&&BOARD_SAM_E70_XPLAINED
At drivers/ethernet/Kconfig.sam_gmac:134
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_MAC_I2C_DEV_NAME string prompt "I2C bus driver device name" ifETH_SAM_GMAC_MAC_I2C_EEPROM
&Ð_SAM_GMAC
depends onETH_SAM_GMAC_MAC_I2C_EEPROM
&Ð_SAM_GMAC
help Device name, e.g. I2C_0, of an I2C bus driver device. It is required to obtain handle to the I2C device object.
(Definitions include propagated dependencies, including from if’s and menus.)