:orphan: .. title:: I2C_DW .. option:: CONFIG_I2C_DW *Design Ware I2C support* Type: ``bool`` Help ==== Enable the Design Ware I2C driver Direct dependencies =================== (\ :option:`I2C ` && \ :option:`BOARD_EM_STARTERKIT `) || (\ :option:`I2C ` && \ :option:`BOARD_INTEL_S1000_CRB `) || (\ :option:`I2C ` && \ :option:`SOC_APOLLO_LAKE `) || (\ :option:`I2C ` && \ :option:`SOC_ELKHART_LAKE `) || (\ :option:`HAS_I2C_DW ` && \ :option:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arc/em_starterkit/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config I2C_DW bool default y depends on \ :option:`I2C ` && \ :option:`BOARD_EM_STARTERKIT ` ---- At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:93`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config I2C_DW bool default y depends on \ :option:`I2C ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``soc/x86/apollo_lake/Kconfig.defconfig:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config I2C_DW bool default y depends on \ :option:`I2C ` && \ :option:`SOC_APOLLO_LAKE ` ---- At ``soc/x86/elkhart_lake/Kconfig.defconfig:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config I2C_DW bool default y depends on \ :option:`I2C ` && \ :option:`SOC_ELKHART_LAKE ` ---- At ``drivers/i2c/Kconfig.dw:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:28`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: menuconfig I2C_DW bool "Design Ware I2C support" depends on \ :option:`HAS_I2C_DW ` && \ :option:`I2C ` help Enable the Design Ware I2C driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*