21 lines
275 B
Plaintext
21 lines
275 B
Plaintext
|
# Kconfig - QMSI drivers configuration options
|
||
|
|
||
|
#
|
||
|
# Copyright (c) 2015 Intel Corporation
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
menu "QMSI"
|
||
|
|
||
|
config HAS_QMSI
|
||
|
bool
|
||
|
|
||
|
config QMSI
|
||
|
bool "QMSI driver support"
|
||
|
depends on HAS_QMSI
|
||
|
help
|
||
|
Enable QMSI driver support.
|
||
|
|
||
|
endmenu
|