From 11e5a0de1de1c7fb84e06e59a7e70ce757a0fc61 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Tue, 3 Sep 2024 10:58:08 -0700 Subject: [PATCH] boards: xtensa/sample_controller: no HAL for xcc or xt-clang Xtensa toolchains also contain a profile for sample_controller. So if compiling for it, skip the Xtensa HAL module in Zephyr tree so the toolchain can use the one included in the toolchain. Signed-off-by: Daniel Leung --- soc/cdns/xtensa_sample_controller/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/cdns/xtensa_sample_controller/Kconfig b/soc/cdns/xtensa_sample_controller/Kconfig index 2e14ded4bc0..dec42140f78 100644 --- a/soc/cdns/xtensa_sample_controller/Kconfig +++ b/soc/cdns/xtensa_sample_controller/Kconfig @@ -3,5 +3,5 @@ config SOC_XTENSA_SAMPLE_CONTROLLER select XTENSA - select XTENSA_HAL + select XTENSA_HAL if ("$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xcc" && "$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xt-clang") select ARCH_SUPPORTS_COREDUMP