Skip to content

Commit 08791d5

Browse files
povergoingcarlescufi
authored andcommitted
arch: arm64: Enable FPU and FPU_SHARING for v8r aarch64
This commit is to enable FPU and FPU_SHARING for v8r aarch64. Signed-off-by: Jaxson Han <[email protected]>
1 parent 0b3136c commit 08791d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/core/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ config CPU_AARCH64_CORTEX_R
2323
select HAS_FLASH_LOAD_OFFSET
2424
select CPU_HAS_DCACHE
2525
select CPU_HAS_ICACHE
26+
select CPU_HAS_FPU
27+
imply FPU
28+
imply FPU_SHARING
2629
help
2730
This option signifies the use of a CPU of the Cortex-R 64-bit family.
2831

0 commit comments

Comments
 (0)