-
CONFIG_ETH_SAM_GMAC_MAC_I2C_SLAVE_ADDRESS
¶
I2C 7-bit EEPROM chip address
Type: hex
Help¶
I2C 7-bit address of the EEPROM chip.
Direct dependencies¶
(ETH_SAM_GMAC
&& BOARD_SAM_E70_XPLAINED
) || (ETH_SAM_GMAC_MAC_I2C_EEPROM
&& ETH_SAM_GMAC
&& NET_L2_ETHERNET
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0x5F if
ETH_SAM_GMAC
&&BOARD_SAM_E70_XPLAINED
Kconfig definitions¶
At boards/arm/sam_e70_xplained/Kconfig.defconfig:30
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config ETH_SAM_GMAC_MAC_I2C_SLAVE_ADDRESS hex default 0x5F ifETH_SAM_GMAC
&&BOARD_SAM_E70_XPLAINED
depends onETH_SAM_GMAC
&&BOARD_SAM_E70_XPLAINED
At drivers/ethernet/Kconfig.sam_gmac:131
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_MAC_I2C_SLAVE_ADDRESS hex prompt "I2C 7-bit EEPROM chip address" ifETH_SAM_GMAC_MAC_I2C_EEPROM
&Ð_SAM_GMAC
&&NET_L2_ETHERNET
range 0 0xff ifETH_SAM_GMAC_MAC_I2C_EEPROM
&Ð_SAM_GMAC
&&NET_L2_ETHERNET
depends onETH_SAM_GMAC_MAC_I2C_EEPROM
&Ð_SAM_GMAC
&&NET_L2_ETHERNET
help I2C 7-bit address of the EEPROM chip.
(Definitions include propagated dependencies, including from if’s and menus.)