mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-02-04 07:13:16 +08:00
16 lines
223 B
Plaintext
16 lines
223 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
|
||
|
|
||
|
module = QPC
|
||
|
module-str = QPC
|
||
|
|
||
|
endif
|