Linux debugging
Check our new training course
Linux debugging, tracing, profiling & perf. analysis
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Kconfig - QMSI drivers configuration options # # Copyright (c) 2015 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # config HAS_QMSI bool menuconfig QMSI bool "QMSI driver support" depends on HAS_QMSI help Enable QMSI driver support.