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 <mjchen@google.com>
This commit is contained in:
parent
c2f45ca588
commit
2923504780
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue