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.

Direct dependencies

QMSI_LIBRARY && HAS_QMSI

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

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At ext/hal/qmsi/Kconfig:36

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

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

config QMSI_INSTALL_PATH
    string
    prompt "QMSI install path" if QMSI_LIBRARY && HAS_QMSI
    depends on QMSI_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.)