: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 ================== .. highlight:: kconfig At ``drivers/i2c/Kconfig.dw:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:28`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: config HAS_I2C_DW bool depends on \ :option:`I2C ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*