Skip to content

Commit f3f0249

Browse files
committed
lib: fprotect: Fix Kconfig selection
Fixes some missing spacing and changes from not ARM to X86 for using dummy values so that they do not wrongly propegate over to real RISC devices Signed-off-by: Jamie McCrae <[email protected]>
1 parent e576b87 commit f3f0249

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/fprotect/Kconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
if !ARM
7+
if X86
8+
89
config NRF_SPU_FLASH_REGION_SIZE
910
hex
1011
default 0x1000
@@ -28,6 +29,7 @@ config NRF_ACL_FLASH_REGION_SIZE
2829
default 0x1000
2930
help
3031
Redefinition for the benefit of qemu_x86
32+
3133
endif
3234

3335
# Workaround for not being able to have commas in macro arguments
@@ -56,6 +58,7 @@ menuconfig FPROTECT
5658
May use the HW peripherals BPROT, ACL, or SPU to achieve this.
5759

5860
if FPROTECT
61+
5962
config FPROTECT_APP
6063
bool "Lock image partition using FPROTECT"
6164
help

0 commit comments

Comments
 (0)