Kconfig 636 B

1234567891011121314151617181920
  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.