@@ -98,15 +98,24 @@ config NFCT_PINS_AS_GPIOS
98
98
99
99
choice NRF_APPROTECT_HANDLING
100
100
bool "APPROTECT handling"
101
- depends on SOC_SERIES_NRF52X || SOC_NRF5340_CPUNET || \
102
- SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91X
101
+ depends on SOC_SERIES_NRF52X || SOC_SERIES_NRF53X || SOC_NRF54L15_CPUAPP || \
102
+ SOC_SERIES_NRF91X
103
+ default NRF_APPROTECT_DISABLE if SOC_NRF54L15_CPUAPP
103
104
default NRF_APPROTECT_USE_UICR
104
105
help
105
106
Specifies how the SystemInit() function should handle the APPROTECT
106
107
mechanism.
107
108
109
+ config NRF_APPROTECT_DISABLE
110
+ bool "Disable"
111
+ depends on SOC_NRF54L15_CPUAPP
112
+ help
113
+ When this option is selected, the SystemInit() disables
114
+ the APPROTECT mechanism.
115
+
108
116
config NRF_APPROTECT_USE_UICR
109
117
bool "Use UICR"
118
+ depends on SOC_SERIES_NRF52X || SOC_SERIES_NRF53X || SOC_SERIES_NRF91X
110
119
help
111
120
When this option is selected, the SystemInit() function loads the
112
121
firmware branch state of the APPROTECT mechanism from UICR, so if
@@ -131,14 +140,23 @@ endchoice
131
140
132
141
choice NRF_SECURE_APPROTECT_HANDLING
133
142
bool "Secure APPROTECT handling"
134
- depends on SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91X
143
+ depends on SOC_NRF5340_CPUAPP || SOC_NRF54L15_CPUAPP || SOC_SERIES_NRF91X
144
+ default NRF_SECURE_APPROTECT_DISABLE if SOC_NRF54L15_CPUAPP
135
145
default NRF_SECURE_APPROTECT_USE_UICR
136
146
help
137
147
Specifies how the SystemInit() function should handle the secure
138
148
APPROTECT mechanism.
139
149
150
+ config NRF_SECURE_APPROTECT_DISABLE
151
+ bool "Disable"
152
+ depends on SOC_NRF54L15_CPUAPP
153
+ help
154
+ When this option is selected, the SystemInit() disables
155
+ the secure APPROTECT mechanism.
156
+
140
157
config NRF_SECURE_APPROTECT_USE_UICR
141
158
bool "Use UICR"
159
+ depends on SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91X
142
160
help
143
161
When this option is selected, the SystemInit() function loads the
144
162
firmware branch state of the secure APPROTECT mechanism from UICR,
0 commit comments