Skip to content

Commit 2a5f714

Browse files
committed
app: kconfig: allow FLIX generation
This sets the toolchain kconfig to allow generating FLIX instructions as it is disabled by default on Zephyr upstream. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
1 parent 440a0fc commit 2a5f714

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ config SCHED_CPU_MASK_PIN_ONLY
44
config SMP_BOOT_DELAY
55
default y if SMP
66

7+
# Allow compiler to determine whether to generate FLIX instructions.
8+
choice COMPILER_CODEGEN_VLIW
9+
default COMPILER_CODEGEN_VLIW_AUTO if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "xt-clang"
10+
endchoice
11+
712
source "Kconfig.zephyr"
813

914
if SOC_FAMILY_INTEL_ADSP

0 commit comments

Comments
 (0)