1234567891011121314151617181920 |
- # SPDX-License-Identifier: GPL-2.0-only
- config CNSS_UTILS
- tristate "CNSS utilities support"
- help
- Add CNSS utilities support for the WLAN driver module.
- This feature enables wlan driver to use CNSS utilities APIs to set
- and get wlan related information.
- config CNSS_QMI_SVC
- tristate "CNSS QMI SVC support"
- help
- Add CNSS QMI SVC support for the WLAN driver module.
- This feature enable wlan driver to use CNSS QMI service APIs to set
- and get wlan related information.
- config CNSS_PLAT_IPC_QMI_SVC
- tristate "CNSS Platform QMI IPC Support"
- help
- Add CNSS platform kernel and user space components IPC using QMI.
|