
Android builds are transitioning to using Bazel for builds, and there is a Driver Development Kit (DDK) which out-of-tree drivers must use in this new scheme. Introduce the infrastructure to describe the wlan platform driver modules using the DDK. Change-Id: Ied2aae354aaea8a038461f6c74f26fe4f362a05a CRs-Fixed: 3449426
15 خطوط
487 B
Plaintext
15 خطوط
487 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config WCNSS_MEM_PRE_ALLOC
|
|
tristate "WCNSS pre-alloc memory support"
|
|
help
|
|
Pre-allocate memory for the WLAN driver module.
|
|
This feature enable cld wlan driver to use pre allocated memory
|
|
for it's internal usage and release it to back to pre allocated pool.
|
|
This memory is allocated at the cold boot time.
|
|
|
|
config CNSS_OUT_OF_TREE
|
|
bool "Build module out-of-tree"
|
|
help
|
|
This enables building the module out of the main kernel tree
|