summaryrefslogtreecommitdiff
path: root/cnss_utils/Kconfig
blob: a3930b166e4a62502281d5f5e76afd9b30bd2ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.