:orphan: .. title:: CONFIG_ETH_SAM_GMAC_MAC_I2C_DEV_NAME .. kconfig:: CONFIG_ETH_SAM_GMAC_MAC_I2C_DEV_NAME CONFIG_ETH_SAM_GMAC_MAC_I2C_DEV_NAME #################################### *I2C bus driver device name* Type: ``string`` Help ==== .. code-block:: none 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 =================== (\ :kconfig:`ETH_SAM_GMAC ` && \ :kconfig:`BOARD_SAM_E70_XPLAINED `) || (\ :kconfig:`ETH_SAM_GMAC ` && \ :kconfig:`BOARD_SAM_V71_XULT `) || (\ :kconfig:`ETH_SAM_GMAC_MAC_I2C_EEPROM ` && \ :kconfig:`ETH_SAM_GMAC ` && \ :kconfig:`NET_L2_ETHERNET `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - "I2C_0" - "I2C_0" Kconfig definitions =================== At ``/arm/sam_e70_xplained/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config ETH_SAM_GMAC_MAC_I2C_DEV_NAME string default "I2C_0" depends on ETH_SAM_GMAC && BOARD_SAM_E70_XPLAINED ---- At ``/arm/sam_v71_xult/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config ETH_SAM_GMAC_MAC_I2C_DEV_NAME string default "I2C_0" depends on ETH_SAM_GMAC && BOARD_SAM_V71_XULT ---- At ``/ethernet/Kconfig.sam_gmac:100`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:51`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver → Read from an I2C EEPROM .. code-block:: kconfig config ETH_SAM_GMAC_MAC_I2C_DEV_NAME string "I2C bus driver device name" 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*