CONFIG_I2C_DW
Design Ware I2C support
Type: bool
Help
Enable the Design Ware I2C driver
Direct dependencies
(I2C
&& BOARD_EM_STARTERKIT
) || (I2C
&& BOARD_HSDK
) || (I2C
&& BOARD_INTEL_S1000_CRB
) || (I2C
&& SOC_APOLLO_LAKE
) || (I2C
&& SOC_ELKHART_LAKE
) || (I2C
&& SOC_APOLLO_LAKE
) || (I2C
&& SOC_ELKHART_LAKE
) || (HAS_I2C_DW
&& I2C
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
y
y
y
y
y
Kconfig definitions
At <Zephyr>/boards/arc/em_starterkit/Kconfig.defconfig:36
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config I2C_DW
bool
default y
depends on I2C && BOARD_EM_STARTERKIT
At <Zephyr>/boards/arc/hsdk/Kconfig.defconfig:54
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config I2C_DW
bool
default y
depends on I2C && BOARD_HSDK
At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:88
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config I2C_DW
bool
default y
depends on I2C && BOARD_INTEL_S1000_CRB
At <Zephyr>/soc/x86/apollo_lake/Kconfig.defconfig:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config I2C_DW
bool
default y
depends on I2C && SOC_APOLLO_LAKE
At <Zephyr>/soc/x86/elkhart_lake/Kconfig.defconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config I2C_DW
bool
default y
depends on I2C && SOC_ELKHART_LAKE
At <Zephyr>/soc/x86/apollo_lake/Kconfig.defconfig:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
Menu path: (Top)
config I2C_DW
bool
default y
depends on I2C && SOC_APOLLO_LAKE
At <Zephyr>/soc/x86/elkhart_lake/Kconfig.defconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
Menu path: (Top)
config I2C_DW
bool
default y
depends on I2C && SOC_ELKHART_LAKE
At <Zephyr>/drivers/i2c/Kconfig.dw:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:42
→ <Zephyr>/drivers/i2c/Kconfig:35
Menu path: (Top) → Device Drivers → I2C Drivers
menuconfig I2C_DW
bool "Design Ware I2C support"
depends on HAS_I2C_DW && I2C
help
Enable the Design Ware I2C driver
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)