From 3c5f966264a9c92766ddfb7f0e815524bc3ba145 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Fri, 6 Feb 2026 10:03:40 -0800 Subject: [PATCH] app: kconfig: fix indentation of CONFIG_COMPILER_CODEGEN_VLIW Need to use tab instead of spaces. Signed-off-by: Daniel Leung --- app/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Kconfig b/app/Kconfig index 49bde9cfc39e..56ada456367e 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -6,7 +6,7 @@ config SMP_BOOT_DELAY # Allow compiler to determine whether to generate FLIX instructions. choice COMPILER_CODEGEN_VLIW - default COMPILER_CODEGEN_VLIW_AUTO if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "xt-clang" + default COMPILER_CODEGEN_VLIW_AUTO if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "xt-clang" endchoice source "Kconfig.zephyr"