Kconfig 223 B

123456789101112131415
  1. # QPC Zephyr module
  2. # SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-QL-commercial
  3. menuconfig QPC
  4. bool "QPC"
  5. default n
  6. help
  7. Enables the QPC Module
  8. if QPC
  9. module = QPC
  10. module-str = QPC
  11. endif