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 <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2024-09-03 10:58:08 -07:00 committed by Carles Cufí
parent ca48767be4
commit 11e5a0de1d
1 changed files with 1 additions and 1 deletions

View File

@ -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