Skip to content

Commit 17f1d00

Browse files
committed
[nrf noup] kconfig: Define IS_SPM
Define IS_SPM so that check-compliance can pass. fixup! [nrf noup] kconfig: Disallow FPU for SPM Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 81bd4a1 commit 17f1d00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,9 @@ config SRAM_REGION_PERMISSIONS
843843

844844
menu "Floating Point Options"
845845

846+
config IS_SPM
847+
bool
848+
846849
config FPU
847850
bool "Enable floating point unit (FPU)"
848851
depends on CPU_HAS_FPU

0 commit comments

Comments
 (0)