- CONFIG_HP_MEMORY_BANKS¶
HP memory banks count
Type: int
Help¶
Available memory banks count for High Performance memory
Lowering available banks could result in lower power consumption
Too low count should result in unresponsive/crashing image due to not
enough space for FW base image
Banks are 64kb in size.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
8
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/platform/Kconfig:306
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_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 HP_MEMORY_BANKS
int "HP memory banks count"
default 8
depends on CAVS && SOF
help
Available memory banks count for High Performance memory
Lowering available banks could result in lower power consumption
Too low count should result in unresponsive/crashing image due to not
enough space for FW base image
Banks are 64kb in size.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)