The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_LP_MEMORY_BANKS

LP memory banks count

Type: int

Help

Available memory banks count for Low Power memory.
It can be used to turn ON/OFF LPSRAM bank/s.
Firmware will turn on only as many banks as are defined here.

Direct dependencies

CAVS && SOF

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/platform/Kconfig:317

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:14/home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2/home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124/home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:5

Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Platform

config LP_MEMORY_BANKS
    int "LP memory banks count"
    default 0
    depends on CAVS && SOF
    help
      Available memory banks count for Low Power memory.
      It can be used to turn ON/OFF LPSRAM bank/s.
      Firmware will turn on only as many banks as are defined here.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)