:orphan: .. title:: CONFIG_HAS_I2C_DW .. kconfig:: CONFIG_HAS_I2C_DW CONFIG_HAS_I2C_DW ################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_EMSK ` - \ :kconfig:`SOC_APOLLO_LAKE ` - \ :kconfig:`SOC_ELKHART_LAKE ` - \ :kconfig:`SOC_INTEL_S1000 ` Kconfig definition ================== At ``/i2c/Kconfig.dw:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:35`` 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.)*