Skip to content

Commit 9616576

Browse files
committed
soc: st: stm32n6: add arm v8.1 mvei and mvef kconfig
STM32N6 supports M-Profile Vector Extension (MVE) integer and floating-point instruction set. Signed-off-by: Guillaume Gautier <[email protected]>
1 parent a950772 commit 9616576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

soc/st/stm32/stm32n6x/Kconfig

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ config SOC_SERIES_STM32N6X
1111
select CPU_HAS_ARM_MPU
1212
select CPU_HAS_FPU
1313
select ARMV8_M_DSP
14+
select ARMV8_1_M_MVEI
15+
select ARMV8_1_M_MVEF
1416
select CPU_CORTEX_M_HAS_DWT
1517
select HAS_STM32CUBE
1618
select INIT_ARCH_HW_AT_BOOT

0 commit comments

Comments
 (0)