soc: arm: mps3: Enable FPU, DSP and MVE extensions
This commit updates the MPS3 AN547 SoC configuration to enable the FPU as well as the DSP and MVE extensions. Note that the CPU0 of the SSE-300 (and AN547) supports all of the extensions mentioned above (as for MVE, it supports both MVE-I and MVE-F). Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
6df8f7e435
commit
70dd3d6b0d
1 changed files with 4 additions and 0 deletions
|
@ -10,5 +10,9 @@ config SOC_MPS3_AN547
|
|||
select CPU_CORTEX_M55
|
||||
select CPU_HAS_ARM_SAU
|
||||
select CPU_HAS_ARM_MPU
|
||||
select CPU_HAS_FPU
|
||||
select ARMV8_M_DSP
|
||||
select ARMV8_1_M_MVEI
|
||||
select ARMV8_1_M_MVEF
|
||||
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue