mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
16 lines
237 B
Plaintext
16 lines
237 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
|
||
|
|
||
|
module = QPCPP
|
||
|
module-str = QPCPP
|
||
|
|
||
|
endif
|