:orphan: .. title:: I2C_DW .. option:: CONFIG_I2C_DW *Design Ware I2C support* Type: ``bool`` Help ==== .. code-block:: none Enable the Design Ware I2C driver Direct dependencies =================== (\ :option:`I2C ` && \ :option:`BOARD_EM_STARTERKIT `) || (\ :option:`I2C ` && \ :option:`BOARD_HSDK `) || (\ :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 - y Kconfig definitions =================== At ``/arc/em_starterkit/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config I2C_DW bool default y depends on I2C && BOARD_EM_STARTERKIT ---- At ``/arc/hsdk/Kconfig.defconfig:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config I2C_DW bool default y depends on I2C && BOARD_HSDK ---- At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:93`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config I2C_DW bool default y depends on I2C && BOARD_INTEL_S1000_CRB ---- At ``/x86/apollo_lake/Kconfig.defconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config I2C_DW bool default y depends on I2C && SOC_APOLLO_LAKE ---- At ``/x86/elkhart_lake/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config I2C_DW bool default y depends on I2C && SOC_ELKHART_LAKE ---- At ``/i2c/Kconfig.dw:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:40`` → ``/i2c/Kconfig:28`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig 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.)*