The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_QMSI

QMSI driver support

Type: bool

Help

Enable QMSI driver support.

Direct dependencies

SOC_QUARK_SE_C1000_SS || SOC_SERIES_QUARK_D2000 || SOC_SERIES_QUARK_SE || HAS_QMSI

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config QMSI
    bool
    default "y" if SOC_QUARK_SE_C1000_SS
    depends on SOC_QUARK_SE_C1000_SS

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

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

Menu path: (top menu)

config QMSI
    bool
    default "y" if SOC_SERIES_QUARK_D2000
    depends on SOC_SERIES_QUARK_D2000

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

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

Menu path: (top menu)

config QMSI
    bool
    default "y" if SOC_SERIES_QUARK_SE
    depends on SOC_SERIES_QUARK_SE

At ext/hal/qmsi/Kconfig:12

Included via Kconfig:10Kconfig.zephyr:41ext/Kconfig:11ext/hal/Kconfig:33

Menu path: (top menu) → External Sources → HALs

menuconfig QMSI
    bool
    prompt "QMSI driver support" if HAS_QMSI
    depends on HAS_QMSI
    help
      Enable QMSI driver support.

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