| # Kconfig - QMSI drivers configuration options |
| # Copyright (c) 2015 Intel Corporation |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "QMSI driver support" |
| automatically set when either of QMSI_LIBRARY or QMSI_BUILTIN |
| bool "Enable QMSI drivers through integrated sources" |
| Link with local QMSI sources instead of external library. |
| bool "Enable QMSI drivers using external library" |
| 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). |
| string "QMSI install path" |
| 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. |
| bool "Enable SoCWatch drivers and related instrumentation" |
| depends on KERNEL_EVENT_LOGGER |
| This option enables the SoCWatch driver and related instrumentation. |