The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_I2C_QMSI

QMSI I2C driver

Type: bool

Help

This option enable the QMSI I2C driver.

This driver is simply a shim driver based on the I2C driver provided by the QMSI BSP.

Direct dependencies

(I2C && SOC_QUARK_SE_C1000_SS) || (I2C && SOC_SERIES_QUARK_D2000) || (I2C && SOC_SERIES_QUARK_SE) || (QMSI && I2C)

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

At soc/arc/quark_se_c1000_ss/Kconfig.defconfig:84

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config I2C_QMSI
    bool
    default "n" if I2C && SOC_QUARK_SE_C1000_SS
    depends on I2C && SOC_QUARK_SE_C1000_SS

At soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series:84

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config I2C_QMSI
    bool
    default "y" if I2C && SOC_SERIES_QUARK_D2000
    depends on I2C && SOC_SERIES_QUARK_D2000

At soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:52

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config I2C_QMSI
    bool
    default "y" if I2C && SOC_SERIES_QUARK_SE
    depends on I2C && SOC_SERIES_QUARK_SE

At drivers/i2c/Kconfig.qmsi:7

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:38drivers/i2c/Kconfig:26

Menu path: (top menu) → Device Drivers → I2C Drivers

menuconfig I2C_QMSI
    bool
    prompt "QMSI I2C driver" if QMSI && I2C
    select HAS_DTS_I2C if QMSI && I2C
    depends on QMSI && I2C
    help
      This option enable the QMSI I2C driver.

      This driver is simply a shim driver based on the I2C driver
      provided by the QMSI BSP.

(Definitions include propagated dependencies, including from if’s and menus.)