CONFIG_ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS
I2C EEPROM internal address
Type: hex
Help
Internal address of the EEPROM chip where the MAC address is stored.
Chips with 1 to 4 byte internal address size are supported. Address
size has to be configured in a separate Kconfig option.
Direct dependencies
(ETH_SAM_GMAC
&& BOARD_SAM_E70_XPLAINED
) || (ETH_SAM_GMAC
&& BOARD_SAM_V71_XULT
) || (ETH_SAM_GMAC_MAC_I2C_EEPROM
&& ETH_SAM_GMAC
&& NET_L2_ETHERNET
)
(Includes any dependencies from ifs and menus.)
Defaults
0x9A
0x9A
Kconfig definitions
At <Zephyr>/boards/arm/sam_e70_xplained/Kconfig.defconfig:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS
hex
default 0x9A
depends on ETH_SAM_GMAC && BOARD_SAM_E70_XPLAINED
At <Zephyr>/boards/arm/sam_v71_xult/Kconfig.defconfig:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS
hex
default 0x9A
depends on ETH_SAM_GMAC && BOARD_SAM_V71_XULT
At <Zephyr>/drivers/ethernet/Kconfig.sam_gmac:85
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:20
→ <Zephyr>/drivers/ethernet/Kconfig:51
Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver → Read from an I2C EEPROM
config ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS
hex "I2C EEPROM internal address"
range 0 0xffffffff
depends on ETH_SAM_GMAC_MAC_I2C_EEPROM && ETH_SAM_GMAC && NET_L2_ETHERNET
help
Internal address of the EEPROM chip where the MAC address is stored.
Chips with 1 to 4 byte internal address size are supported. Address
size has to be configured in a separate Kconfig option.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)