The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_I2C

I2C Drivers

Type: bool

Help

Enable I2C Driver Configuration

Defaults

  • y

  • y

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definitions

At boards/arm/nrf52_pca20020/Kconfig.defconfig:18

Included via Kconfig:8Kconfig.zephyr:23

Menu path: (Top)

config I2C
    bool
    default y
    depends on BOARD_NRF52_PCA20020

At boards/arm/reel_board/Kconfig.defconfig:12

Included via Kconfig:8Kconfig.zephyr:23

Menu path: (Top)

config I2C
    bool
    default y
    depends on BOARD_REEL_BOARD || BOARD_REEL_BOARD_V2

At drivers/i2c/Kconfig:9

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:34

Menu path: (Top) → Device Drivers

menuconfig I2C
    bool "I2C Drivers"
    select HAS_DTS_I2C
    help
      Enable I2C Driver Configuration

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)