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

Kconfig definitions

At boards/arm/sam_e70_xplained/Kconfig.defconfig:44

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config ETH_SAM_GMAC_MAC_I2C_DEV_NAME
    string
    default "I2C_0" if ETH_SAM_GMAC && BOARD_SAM_E70_XPLAINED
    depends on ETH_SAM_GMAC && BOARD_SAM_E70_XPLAINED

At drivers/ethernet/Kconfig.sam_gmac:134

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:18drivers/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" if ETH_SAM_GMAC_MAC_I2C_EEPROM && ETH_SAM_GMAC
    depends on ETH_SAM_GMAC_MAC_I2C_EEPROM && ETH_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.)