qpcpp/zephyr/Kconfig
2022-10-26 19:47:39 -04:00

22 lines
335 B
Plaintext

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