CONFIG_QMSI_LIBRARY

Enable QMSI drivers using external library

Type: bool

Help

This option enables QMSI device drivers. These drivers are actually shim drivers based on drivers provided by QMSI BSP. The BSP provides a static library (libqmsi) which implements several drivers for peripherals from Intel MCUs (e.g. Quark SE and Quark D2000).

Direct dependencies

HAS_QMSI

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At ext/hal/qmsi/Kconfig:27

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

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

config QMSI_LIBRARY
    bool
    prompt "Enable QMSI drivers using external library" if HAS_QMSI
    select QMSI if HAS_QMSI
    depends on HAS_QMSI
    help
      This option enables QMSI device drivers. These drivers are actually shim
      drivers based on drivers provided by QMSI BSP. The BSP provides a static
      library (libqmsi) which implements several drivers for peripherals from
      Intel MCUs (e.g. Quark SE and Quark D2000).

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