
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
26 خطوط
764 B
Plaintext
26 خطوط
764 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config CNSS_UTILS
|
|
tristate "CNSS utilities support"
|
|
help
|
|
Add CNSS utilities support for the WLAN driver module.
|
|
This feature enables wlan driver to use CNSS utilities APIs to set
|
|
and get wlan related information.
|
|
|
|
config CNSS_QMI_SVC
|
|
tristate "CNSS QMI SVC support"
|
|
help
|
|
Add CNSS QMI SVC support for the WLAN driver module.
|
|
This feature enable wlan driver to use CNSS QMI service APIs to set
|
|
and get wlan related information.
|
|
|
|
config CNSS_PLAT_IPC_QMI_SVC
|
|
tristate "CNSS Platform QMI IPC Support"
|
|
help
|
|
Add CNSS platform kernel and user space components IPC using QMI.
|
|
|
|
config CNSS_OUT_OF_TREE
|
|
bool "Build module out-of-tree"
|
|
help
|
|
This enables building the module out of the main kernel tree
|