Kconfig 841 B

123456789101112131415161718192021222324252627282930
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config CNSS_UTILS
  3. tristate "CNSS utilities support"
  4. help
  5. Add CNSS utilities support for the WLAN driver module.
  6. This feature enables wlan driver to use CNSS utilities APIs to set
  7. and get wlan related information.
  8. config CNSS_QMI_SVC
  9. tristate "CNSS QMI SVC support"
  10. help
  11. Add CNSS QMI SVC support for the WLAN driver module.
  12. This feature enable wlan driver to use CNSS QMI service APIs to set
  13. and get wlan related information.
  14. config CNSS_PLAT_IPC_QMI_SVC
  15. tristate "CNSS Platform QMI IPC Support"
  16. help
  17. Add CNSS platform kernel and user space components IPC using QMI.
  18. config CNSS_OUT_OF_TREE
  19. bool "Build module out-of-tree"
  20. help
  21. This enables building the module out of the main kernel tree
  22. config FEATURE_SMEM_MAILBOX
  23. bool "Enable Feature SMEM Mailbox"
  24. default n