mirror of https://github.com/thesofproject/sof.git
17 lines
521 B
Plaintext
17 lines
521 B
Plaintext
# See https://docs.zephyrproject.org/latest/build/kconfig/setting.html#initial-conf
|
|
|
|
CONFIG_ZEPHYR_POSIX=y
|
|
CONFIG_ASSERT=y
|
|
CONFIG_EXCEPTION_DEBUG=y
|
|
CONFIG_ARCH_POSIX_TRAP_ON_FATAL=y
|
|
CONFIG_SYS_HEAP_BIG_ONLY=y
|
|
CONFIG_ZEPHYR_NATIVE_DRIVERS=y
|
|
CONFIG_ARCH_POSIX_LIBFUZZER=y
|
|
CONFIG_ZEPHYR_POSIX_FUZZ_TICKS=100
|
|
|
|
# Override incompatible options found in sof/app/prj.conf
|
|
# to silence build time warnings
|
|
# (strange why these are in app/prj.conf but not our problem here)
|
|
CONFIG_SMP_BOOT_DELAY=n
|
|
CONFIG_SCHED_CPU_MASK_PIN_ONLY=n
|