qpc/zephyr/Kconfig
2022-10-28 19:33:29 -04:00

22 lines
321 B
Plaintext

# QPC Zephyr module
# SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-QL-commercial
menuconfig QPC
bool "QPC"
default n
help
Enables the QPC Module
if QPC
config QSPY
bool "QSPY Tracing"
default n
help
Enables the QSPY Tracing for QP
module = QPC
module-str = QPC
endif