CONFIG_I2C_3

Enable I2C Port 3

Type: bool

Direct dependencies

(I2C && BOARD_96B_ARGONKEY) || (I2C_IMX && BOARD_COLIBRI_IMX7D_M4) || (I2C && BOARD_STM32F723E_DISCO) || I2C

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

Defaults

Kconfig definitions

At boards/arm/96b_argonkey/Kconfig.defconfig:28

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config I2C_3
    bool
    default "y" if I2C && BOARD_96B_ARGONKEY
    depends on I2C && BOARD_96B_ARGONKEY

At boards/arm/colibri_imx7d_m4/Kconfig.defconfig:53

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config I2C_3
    bool
    default "n" if I2C_IMX && BOARD_COLIBRI_IMX7D_M4
    depends on I2C_IMX && BOARD_COLIBRI_IMX7D_M4

At boards/arm/stm32f723e_disco/Kconfig.defconfig:29

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config I2C_3
    bool
    default "y" if I2C && BOARD_STM32F723E_DISCO
    depends on I2C && BOARD_STM32F723E_DISCO

At drivers/i2c/Kconfig:125

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:40

Menu path: (top menu) → Device Drivers → I2C Drivers

config I2C_3
    bool
    prompt "Enable I2C Port 3" if I2C
    depends on I2C

(Definitions include propagated dependencies, including from if’s and menus.)