36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
|
# Kconfig - QMSI drivers configuration options
|
||
|
|
||
|
#
|
||
|
# Copyright (c) 2015 Intel Corporation
|
||
|
#
|
||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
# you may not use this file except in compliance with the License.
|
||
|
# You may obtain a copy of the License at
|
||
|
#
|
||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||
|
#
|
||
|
# Unless required by applicable law or agreed to in writing, software
|
||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
# See the License for the specific language governing permissions and
|
||
|
# limitations under the License.
|
||
|
#
|
||
|
|
||
|
config QMSI_DRIVERS
|
||
|
depends on CPU_MINUTEIA
|
||
|
bool "Enable QMSI drivers"
|
||
|
default n
|
||
|
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).
|
||
|
|
||
|
config QMSI_INSTALL_PATH
|
||
|
depends on QMSI_DRIVERS
|
||
|
string "QMSI install path"
|
||
|
help
|
||
|
This option holds the path where the QMSI library and headers are
|
||
|
installed. Make sure this option is properly set when QMSI_DRIVERS
|
||
|
is enabled otherwise the build will fail.
|