Kconfig 309 B

12345678910111213141516171819
  1. # Configuration options for Actions DSP
  2. # Copyright (c) 2020 Actions Technology Co., Ltd
  3. # SPDX-License-Identifier: Apache-2.0
  4. menuconfig MEMORY
  5. bool "memory hal"
  6. help
  7. Enable memory hal
  8. if MEMORY
  9. config MEMORY_SLABS
  10. bool "enable memory slabs"
  11. default n
  12. help
  13. enable memory slabs
  14. endif # MEMORY