mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-28 07:03:10 +08:00
22 lines
321 B
Plaintext
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
|