summaryrefslogtreecommitdiff
path: root/cnss_prealloc/Kconfig
diff options
context:
space:
mode:
authorVictor Hsu <hsuvictor@google.com>2021-10-09 11:34:32 +0800
committerVictor Hsu <hsuvictor@google.com>2021-12-06 10:04:04 +0800
commitb8963e75368763f8753b912541ee6bb58c2473d3 (patch)
tree8aa6a3898dd792d4295615f6e0e7e03a980b2f07 /cnss_prealloc/Kconfig
parent54ea3e6dbee3ae9ea18df6f80ffd5efe2af63685 (diff)
downloadcnss2-b8963e75368763f8753b912541ee6bb58c2473d3.tar.gz
wcn6740: Add CNSS platform driver modules
Bug: 202572584 Change-Id: I6e2e81606910c6fe9c179492be0b14f1819a119f
Diffstat (limited to 'cnss_prealloc/Kconfig')
-rw-r--r--cnss_prealloc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/cnss_prealloc/Kconfig b/cnss_prealloc/Kconfig
new file mode 100644
index 0000000..8c24cd5
--- /dev/null
+++ b/cnss_prealloc/Kconfig
@@ -0,0 +1,9 @@
+# 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.