Skip to content

Commit c150867

Browse files
dcpleunglgirdwood
authored andcommitted
app: kconfig: fix indentation of CONFIG_COMPILER_CODEGEN_VLIW
Need to use tab instead of spaces. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
1 parent b911921 commit c150867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ config SMP_BOOT_DELAY
66

77
# Allow compiler to determine whether to generate FLIX instructions.
88
choice COMPILER_CODEGEN_VLIW
9-
default COMPILER_CODEGEN_VLIW_AUTO if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "xt-clang"
9+
default COMPILER_CODEGEN_VLIW_AUTO if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "xt-clang"
1010
endchoice
1111

1212
source "Kconfig.zephyr"

0 commit comments

Comments
 (0)