Skip to content

Commit 94bd48b

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 94bd48b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)