zephyr/modules/Kconfig.qmsi
Anas Nashif 8017c59cb0 modules: move module kconfig to main tree
Due to in-tree dependencies on Kconfig options defined in modules we end
up having warnings and errors when those modules are not part of the
manifest.

Users should be able to remove unwanted modules from their downstream
manifest and still build any board configurations.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-05-30 17:50:37 -04:00

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