Kconfig 487 B

1234567891011121314
  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.
  9. config CNSS_OUT_OF_TREE
  10. bool "Build module out-of-tree"
  11. help
  12. This enables building the module out of the main kernel tree