From 2923504780922cd5a81824450caea3eacbb7ea6f Mon Sep 17 00:00:00 2001 From: "Mike J. Chen" Date: Mon, 28 Apr 2025 13:43:12 -0700 Subject: [PATCH] soc: nxp: imxrt: imxrt5xx: add Fusion F1 DSP selects Add select for GEN_HANDLERS to use the more efficient generated interrupt handlers. Add select for HIFI3, which are the SIMD related registers. Signed-off-by: Mike J. Chen --- soc/nxp/imxrt/imxrt5xx/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soc/nxp/imxrt/imxrt5xx/Kconfig b/soc/nxp/imxrt/imxrt5xx/Kconfig index 81ccd78df6e..c59afd8852e 100644 --- a/soc/nxp/imxrt/imxrt5xx/Kconfig +++ b/soc/nxp/imxrt/imxrt5xx/Kconfig @@ -36,6 +36,8 @@ config SOC_MIMXRT595S_CM33 config SOC_MIMXRT595S_F1 select XTENSA select XTENSA_HAL if ("$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xcc" && "$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xt-clang") + select XTENSA_CPU_HAS_HIFI3 + select XTENSA_GEN_HANDLERS select XTENSA_RESET_VECTOR select XTENSA_USE_CORE_CRT1