CONFIG_ETH_SAM_GMAC_MAC_I2C_EEPROM

Read from an I2C EEPROM

Type: bool

Help

Read MAC address from an I2C EEPROM.

Direct dependencies

(ETH_SAM_GMAC && BOARD_SAM_E70_XPLAINED) || (ETH_SAM_GMAC && BOARD_SAM_V71_XULT) || (ETH_SAM_GMAC && BOARD_SAM_V71_XULT) || (ETH_SAM_GMAC && NET_L2_ETHERNET)

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/boards/arm/sam_e70_xplained/Kconfig.defconfig:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config ETH_SAM_GMAC_MAC_I2C_EEPROM
    bool
    select I2C
    depends on ETH_SAM_GMAC && BOARD_SAM_E70_XPLAINED

At <Zephyr>/boards/arm/sam_v71_xult/Kconfig.defconfig:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config ETH_SAM_GMAC_MAC_I2C_EEPROM
    bool
    default y
    depends on ETH_SAM_GMAC && BOARD_SAM_V71_XULT

At <Zephyr>/boards/arm/sam_v71_xult/Kconfig.defconfig:31

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config ETH_SAM_GMAC_MAC_I2C_EEPROM
    bool
    select I2C
    depends on ETH_SAM_GMAC && BOARD_SAM_V71_XULT

At <Zephyr>/drivers/ethernet/Kconfig.sam_gmac:79

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:20<Zephyr>/drivers/ethernet/Kconfig:51

Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver

config ETH_SAM_GMAC_MAC_I2C_EEPROM
    bool "Read from an I2C EEPROM"
    depends on ETH_SAM_GMAC && NET_L2_ETHERNET
    help
      Read MAC address from an I2C EEPROM.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)