:orphan: .. title:: ETH_SAM_GMAC_MAC_I2C_SLAVE_ADDRESS .. option:: 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 =================== (\ :option:`ETH_SAM_GMAC ` && \ :option:`BOARD_SAM_E70_XPLAINED `) || (\ :option:`ETH_SAM_GMAC ` && \ :option:`BOARD_SAM_V71_XULT `) || (\ :option:`ETH_SAM_GMAC_MAC_I2C_EEPROM ` && \ :option:`ETH_SAM_GMAC ` && \ :option:`NET_L2_ETHERNET `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0x5F - 0x5F Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/sam_e70_xplained/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config ETH_SAM_GMAC_MAC_I2C_SLAVE_ADDRESS hex default 0x5F depends on \ :option:`ETH_SAM_GMAC ` && \ :option:`BOARD_SAM_E70_XPLAINED ` ---- At ``boards/arm/sam_v71_xult/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config ETH_SAM_GMAC_MAC_I2C_SLAVE_ADDRESS hex default 0x5F depends on \ :option:`ETH_SAM_GMAC ` && \ :option:`BOARD_SAM_V71_XULT ` ---- At ``drivers/ethernet/Kconfig.sam_gmac:86`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:51`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver → Read from an I2C EEPROM .. parsed-literal:: config ETH_SAM_GMAC_MAC_I2C_SLAVE_ADDRESS hex "I2C 7-bit EEPROM chip address" range 0 0xff depends on \ :option:`ETH_SAM_GMAC_MAC_I2C_EEPROM ` && \ :option:`ETH_SAM_GMAC ` && \ :option:`NET_L2_ETHERNET ` help I2C 7-bit address of the EEPROM chip. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*