CONFIG_I2C

I2C Drivers

Type: bool

Help

Enable I2C Driver Configuration

Defaults

Symbols that select this symbol

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config I2C
    bool
    default "y" if BOARD_NRF52_PCA20020
    depends on BOARD_NRF52_PCA20020

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config I2C
    bool
    default "y" if BOARD_REEL_BOARD
    depends on BOARD_REEL_BOARD

At boards/x86/galileo/Kconfig.defconfig:10

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config I2C
    bool
    default "y" if BOARD_GALILEO
    depends on BOARD_GALILEO

At drivers/i2c/Kconfig:12

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

Menu path: (top menu) → Device Drivers

menuconfig I2C
    bool
    prompt "I2C Drivers"
    help
      Enable I2C Driver Configuration

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