CONFIG_QMSI

QMSI driver support

Type: bool

Help

automatically set when either of QMSI_LIBRARY or QMSI_BUILTIN is selected.

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

Symbols that select this symbol

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

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:37ext/Kconfig:11ext/hal/Kconfig:27

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

menuconfig QMSI
    bool
    prompt "QMSI driver support" if HAS_QMSI
    depends on HAS_QMSI
    help
      automatically set when either of QMSI_LIBRARY or QMSI_BUILTIN
      is selected.

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