sof/zephyr/Kconfig

13 lines
303 B
Plaintext
Raw Normal View History

if SOF
rsource "../Kconfig.sof"
config SOF_ZEPHYR_HEAP_CACHED
bool "Cached Zephyr heap for SOF memory non-shared zones"
default y if CAVS
default n
help
Enable cached heap by mapping cached SOF memory zones to different
Zephyr sys_heap objects and enable caching for non-shared zones.
endif