-
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).
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At ext/hal/qmsi/Kconfig:27
Included via Kconfig:10
→ Kconfig.zephyr:37
→ ext/Kconfig:11
→ ext/hal/Kconfig:27
Menu path: (top menu) → External Sources → HALs
config QMSI_LIBRARY bool prompt "Enable QMSI drivers using external library" ifHAS_QMSI
selectQMSI
ifHAS_QMSI
depends onHAS_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.)