Skip to content

Commit 28e2001

Browse files
oyvindronningstadmbolivar-nordic
authored andcommitted
[nrf temphack] kconfig: Disallow FPU for SPM
Add depends on !IS_SPM in config FPU. depends on !FPU gives a Kconfig dependency loop. Signed-off-by: Øyvind Rønningstad <[email protected]> (cherry picked from commit d0a048c)
1 parent e22d8bb commit 28e2001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ menu "Floating Point Options"
830830
config FPU
831831
bool "Enable floating point unit (FPU)"
832832
depends on CPU_HAS_FPU
833+
depends on !IS_SPM
833834
help
834835
This option enables the hardware Floating Point Unit (FPU), in order to
835836
support using the floating point registers and instructions.

0 commit comments

Comments
 (0)