The latest development version of this page may be more current than this released 1.14.1 version.
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 && NET_L2_ETHERNET)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

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:152

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:18drivers/ethernet/Kconfig:31

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 && NET_L2_ETHERNET
    depends on ETH_SAM_GMAC_MAC_I2C_EEPROM && ETH_SAM_GMAC && NET_L2_ETHERNET
    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.)