:orphan: .. title:: HAS_I2C_DW .. option:: CONFIG_HAS_I2C_DW *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`I2C ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_EMSK ` - \ :option:`SOC_APOLLO_LAKE ` - \ :option:`SOC_ELKHART_LAKE ` - \ :option:`SOC_INTEL_S1000 ` Kconfig definition ================== At ``/i2c/Kconfig.dw:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:40`` → ``/i2c/Kconfig:28`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config HAS_I2C_DW bool depends on I2C *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*