@@ -98,24 +98,15 @@ config NFCT_PINS_AS_GPIOS
9898
9999choice NRF_APPROTECT_HANDLING
100100 bool "APPROTECT handling"
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
101+ depends on SOC_SERIES_NRF52X || SOC_NRF5340_CPUNET || \
102+ SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91X
104103 default NRF_APPROTECT_USE_UICR
105104 help
106105 Specifies how the SystemInit() function should handle the APPROTECT
107106 mechanism.
108107
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-
116108config NRF_APPROTECT_USE_UICR
117109 bool "Use UICR"
118- depends on SOC_SERIES_NRF52X || SOC_SERIES_NRF53X || SOC_SERIES_NRF91X
119110 help
120111 When this option is selected, the SystemInit() function loads the
121112 firmware branch state of the APPROTECT mechanism from UICR, so if
@@ -140,23 +131,14 @@ endchoice
140131
141132choice NRF_SECURE_APPROTECT_HANDLING
142133 bool "Secure APPROTECT handling"
143- depends on SOC_NRF5340_CPUAPP || SOC_NRF54L15_CPUAPP || SOC_SERIES_NRF91X
144- default NRF_SECURE_APPROTECT_DISABLE if SOC_NRF54L15_CPUAPP
134+ depends on SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91X
145135 default NRF_SECURE_APPROTECT_USE_UICR
146136 help
147137 Specifies how the SystemInit() function should handle the secure
148138 APPROTECT mechanism.
149139
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-
157140config NRF_SECURE_APPROTECT_USE_UICR
158141 bool "Use UICR"
159- depends on SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91X
160142 help
161143 When this option is selected, the SystemInit() function loads the
162144 firmware branch state of the secure APPROTECT mechanism from UICR,
0 commit comments