-
CONFIG_I2C_DW
¶
Design Ware I2C support
Type: bool
Help¶
Enable the Design Ware I2C driver
Direct dependencies¶
(I2C
&& BOARD_EM_STARTERKIT
) || (I2C
&& BOARD_INTEL_S1000_CRB
) || (I2C
&& SOC_APOLLO_LAKE
) || (HAS_I2C_DW
&& I2C
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
Kconfig definitions¶
At boards/arc/em_starterkit/Kconfig.defconfig:33
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config I2C_DW bool default y depends onI2C
&&BOARD_EM_STARTERKIT
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:115
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config I2C_DW bool default y depends onI2C
&&BOARD_INTEL_S1000_CRB
At soc/x86/apollo_lake/Kconfig.defconfig:47
Included via Kconfig:8
→ Kconfig.zephyr:25
Menu path: (Top)
config I2C_DW bool default y depends onI2C
&&SOC_APOLLO_LAKE
At drivers/i2c/Kconfig.dw:9
Included via Kconfig:8
→ Kconfig.zephyr:37
→ drivers/Kconfig:34
→ drivers/i2c/Kconfig:20
Menu path: (Top) → Device Drivers → I2C Drivers
menuconfig I2C_DW bool "Design Ware I2C support" depends onHAS_I2C_DW
&&I2C
help Enable the Design Ware I2C driver
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)