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