The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_I2C_DW

Design Ware I2C support

Type: bool

Help

Enable the Design Ware I2C driver

Direct dependencies

(I2C && BOARD_EM_STARTERKIT) || (I2C && BOARD_UP_SQUARED) || (I2C && BOARD_INTEL_S1000_CRB) || (I2C && SOC_SERIES_QUARK_X1000) || (HAS_I2C_DW && I2C)

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

Defaults

Symbols selected by this symbol

Kconfig definitions

At boards/arc/em_starterkit/Kconfig.defconfig:36

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config I2C_DW
    bool
    default "y" if I2C && BOARD_EM_STARTERKIT
    depends on I2C && BOARD_EM_STARTERKIT

At boards/x86/up_squared/Kconfig.defconfig:13

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config I2C_DW
    bool
    default "y" if I2C && BOARD_UP_SQUARED
    depends on I2C && BOARD_UP_SQUARED

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:123

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config I2C_DW
    bool
    default "y" if I2C && BOARD_INTEL_S1000_CRB
    depends on I2C && BOARD_INTEL_S1000_CRB

At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:43

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config I2C_DW
    bool
    default "y" if I2C && SOC_SERIES_QUARK_X1000
    depends on I2C && SOC_SERIES_QUARK_X1000

At drivers/i2c/Kconfig.dw:12

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

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

menuconfig I2C_DW
    bool
    prompt "Design Ware I2C support" if HAS_I2C_DW && I2C
    select HAS_DTS_I2C if HAS_I2C_DW && I2C
    depends on HAS_I2C_DW && I2C
    help
      Enable the Design Ware I2C driver

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