mirror of https://github.com/thesofproject/sof.git
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
if SOF
|
|
rsource "../Kconfig.sof"
|
|
|
|
config SOF_ZEPHYR_HEAP_CACHED
|
|
bool "Cached Zephyr heap for SOF memory non-shared zones"
|
|
default y if CAVS || ACE
|
|
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.
|
|
|
|
config ZEPHYR_NATIVE_DRIVERS
|
|
bool "Use Zephyr native drivers"
|
|
default n
|
|
help
|
|
Enable Zephyr native api drivers for host and dai audio components
|
|
host-zephyr
|
|
dai-zephyr
|
|
will be used instead of legacy xtos version.
|
|
|
|
config SOF_ZEPHYR_STRICT_HEADERS
|
|
bool "Experimental: Force build with Zephyr RTOS headers only"
|
|
default n
|
|
help
|
|
This is a transitional option that allows developers to test builds
|
|
only using the Zephyr RTOS headers. This will eventually become the
|
|
default header configuration when native Zephyr is ready and this menu
|
|
choice will be removed.
|
|
If unsure, say n.
|
|
|
|
config DMA_DOMAIN
|
|
bool "Experimental: Enable the usage of DMA domain."
|
|
default n
|
|
help
|
|
This enables the usage of the DMA domain in scheduling.
|
|
This will most likely come to replace dma_multi_chan
|
|
and dma_single_chan in Zephyr once it becomes more
|
|
stable.
|
|
|
|
endif
|