arch: arm: clean-up "default n" entries in Kconfig option definitions
This commit removes the depreciated "default n" entries from boolean K-config options in arch/arm. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
0af60bc2c0
commit
bb0b66e15a
2 changed files with 0 additions and 2 deletions
|
@ -99,7 +99,6 @@ depends on ARM_SECURE_FIRMWARE
|
||||||
config ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS
|
config ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS
|
||||||
bool "Secure Firmware has Secure Entry functions"
|
bool "Secure Firmware has Secure Entry functions"
|
||||||
depends on ARM_SECURE_FIRMWARE
|
depends on ARM_SECURE_FIRMWARE
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Option indicates that ARM Secure Firmware contains
|
Option indicates that ARM Secure Firmware contains
|
||||||
Secure Entry functions that may be called from
|
Secure Entry functions that may be called from
|
||||||
|
|
|
@ -8,6 +8,5 @@
|
||||||
|
|
||||||
config ARM_SAU
|
config ARM_SAU
|
||||||
bool "ARM Security Attribution Unit"
|
bool "ARM Security Attribution Unit"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
MCU implements the ARM Security Attribution Unit (SAU).
|
MCU implements the ARM Security Attribution Unit (SAU).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue