Skip to content

Commit 344357a

Browse files
soburidkalowsk
authored andcommitted
soc: raspberrrypi: rp2350: Add missing FPU support
Add CPU_HAS_FPU to make available the FPU feature. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 2bf86a3 commit 344357a

File tree

1 file changed

+2
-0
lines changed
  • soc/raspberrypi/rpi_pico/rp2350

1 file changed

+2
-0
lines changed

soc/raspberrypi/rpi_pico/rp2350/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ config SOC_RP2350A_M33
1717
select CPU_CORTEX_M33
1818
select CPU_HAS_ARM_MPU
1919
select CPU_HAS_ARM_SAU
20+
select CPU_HAS_FPU
2021

2122
config SOC_RP2350B_M33
2223
select ARM
@@ -26,6 +27,7 @@ config SOC_RP2350B_M33
2627
select CPU_CORTEX_M33
2728
select CPU_HAS_ARM_MPU
2829
select CPU_HAS_ARM_SAU
30+
select CPU_HAS_FPU
2931

3032
config RP2_REQUIRES_IMAGE_DEFINITION_BLOCK
3133
bool

0 commit comments

Comments
 (0)