CONFIG_I2C_4

Enable I2C Port 4

Type: bool

Direct dependencies

(I2C_IMX && BOARD_COLIBRI_IMX7D_M4) || (I2C_IMX && BOARD_WARP7_M4) || I2C

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config I2C_4
    bool
    default "y" if I2C_IMX && BOARD_COLIBRI_IMX7D_M4
    depends on I2C_IMX && BOARD_COLIBRI_IMX7D_M4

At boards/arm/warp7_m4/Kconfig.defconfig:32

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config I2C_4
    bool
    default "y" if I2C_IMX && BOARD_WARP7_M4
    depends on I2C_IMX && BOARD_WARP7_M4

At drivers/i2c/Kconfig:150

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

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

config I2C_4
    bool
    prompt "Enable I2C Port 4" if I2C
    depends on I2C

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