1*5113495bSYour Name# SPDX-License-Identifier: GPL-2.0-only 2*5113495bSYour Name 3*5113495bSYour Nameconfig WCNSS_MEM_PRE_ALLOC 4*5113495bSYour Name tristate "WCNSS pre-alloc memory support" 5*5113495bSYour Name help 6*5113495bSYour Name Pre-allocate memory for the WLAN driver module. 7*5113495bSYour Name This feature enable cld wlan driver to use pre allocated memory 8*5113495bSYour Name for it's internal usage and release it to back to pre allocated pool. 9*5113495bSYour Name This memory is allocated at the cold boot time. 10*5113495bSYour Name 11*5113495bSYour Nameconfig CNSS_OUT_OF_TREE 12*5113495bSYour Name bool "Build module out-of-tree" 13*5113495bSYour Name help 14*5113495bSYour Name This enables building the module out of the main kernel tree 15