-
CONFIG_QMSI_INSTALL_PATH
¶
QMSI install path
Type: string
Help¶
This option holds the path where the QMSI library and headers are installed. Make sure this option is properly set when QMSI_LIBRARY is enabled otherwise the build will fail.
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At ext/hal/qmsi/Kconfig:36
Included via Kconfig:10
→ Kconfig.zephyr:37
→ ext/Kconfig:11
→ ext/hal/Kconfig:27
Menu path: (top menu) → External Sources → HALs
config QMSI_INSTALL_PATH string prompt "QMSI install path" ifQMSI_LIBRARY
&&HAS_QMSI
depends onQMSI_LIBRARY
&&HAS_QMSI
help This option holds the path where the QMSI library and headers are installed. Make sure this option is properly set when QMSI_LIBRARY is enabled otherwise the build will fail.
(Definitions include propagated dependencies, including from if’s and menus.)