Kconfig 359 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config WCNSS_MEM_PRE_ALLOC
  3. tristate "WCNSS pre-alloc memory support"
  4. help
  5. Pre-allocate memory for the WLAN driver module.
  6. This feature enable cld wlan driver to use pre allocated memory
  7. for it's internal usage and release it to back to pre allocated pool.
  8. This memory is allocated at the cold boot time.