2020-11-28 02:00:26 +08:00
|
|
|
if SOF
|
2021-08-04 06:40:58 +08:00
|
|
|
rsource "../Kconfig.sof"
|
2021-09-15 20:08:41 +08:00
|
|
|
|
|
|
|
config SOF_ZEPHYR_HEAP_CACHED
|
|
|
|
bool "Cached Zephyr heap for SOF memory non-shared zones"
|
2022-09-06 21:44:56 +08:00
|
|
|
default y if CAVS || ACE
|
2021-09-15 20:08:41 +08:00
|
|
|
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.
|
|
|
|
|
2022-05-12 14:44:48 +08:00
|
|
|
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.
|
|
|
|
|
2022-08-19 21:10:56 +08:00
|
|
|
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.
|
|
|
|
|
2020-11-28 02:00:26 +08:00
|
|
|
endif
|