Skip to content

Commit 2bd4af4

Browse files
committed
Revert "soc: arm: mps3: Only enable MVE if not QEMU"
This reverts commit 91d4b77. Zephyr SDK 0.14.1 now includes QEMU 6.2, which supports the emulation of the MVE instructions. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 8c160e0 commit 2bd4af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soc/arm/arm/mps3/Kconfig.soc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config SOC_MPS3_AN547
1313
select CPU_HAS_ARM_MPU
1414
select CPU_HAS_FPU
1515
select ARMV8_M_DSP
16-
select ARMV8_1_M_MVEI if !QEMU_TARGET
17-
select ARMV8_1_M_MVEF if !QEMU_TARGET
16+
select ARMV8_1_M_MVEI
17+
select ARMV8_1_M_MVEF
1818

1919
endchoice

0 commit comments

Comments
 (0)