CONFIG_QMSI_BUILTIN

Enable QMSI drivers through integrated sources

Type: bool

Help

Link with local QMSI sources instead of external library.

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 selected by this symbol

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config QMSI_BUILTIN
    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:33

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

Menu path: (top menu)

config QMSI_BUILTIN
    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:30

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

Menu path: (top menu)

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

At ext/hal/qmsi/Kconfig:21

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:11ext/hal/Kconfig:27

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

config QMSI_BUILTIN
    bool
    prompt "Enable QMSI drivers through integrated sources" if HAS_QMSI
    select QMSI if HAS_QMSI
    depends on HAS_QMSI
    help
      Link with local QMSI sources instead of external library.

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