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