From adb9f0e02e322d86d38e6755b8bc8381d9f7c99e Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Fri, 15 Feb 2019 13:32:10 -0800 Subject: [PATCH] xtensa: intel_s1000: turn on XTENSA_ASM2 Turns on XTENSA_ASM2 by default for intel_s1000. Fixes #11034 Signed-off-by: Daniel Leung --- soc/xtensa/intel_s1000/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/xtensa/intel_s1000/Kconfig.defconfig b/soc/xtensa/intel_s1000/Kconfig.defconfig index d3919019490..303d4d4fe5f 100644 --- a/soc/xtensa/intel_s1000/Kconfig.defconfig +++ b/soc/xtensa/intel_s1000/Kconfig.defconfig @@ -13,7 +13,7 @@ config IRQ_OFFLOAD_INTNUM default 0 config XTENSA_ASM2 - default n + default y # S1000 does not have MISC0. # Since EXCSAVE2 is unused by Zephyr, use it instead.