The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_I2C_4

Enable I2C Port 4

Type: bool

Direct dependencies

(I2C_IMX && BOARD_COLIBRI_IMX7D_M4) || (I2C_MCUX_LPI2C && BOARD_MIMXRT1020_EVK) || (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:21

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/mimxrt1020_evk/Kconfig.defconfig:36

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config I2C_4
    bool
    default "y" if I2C_MCUX_LPI2C && BOARD_MIMXRT1020_EVK
    depends on I2C_MCUX_LPI2C && BOARD_MIMXRT1020_EVK

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

Included via Kconfig:10Kconfig.zephyr:21

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

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:38

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.)