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