- choice NRF_APPROTECT_HANDLING: APPROTECT handling
APPROTECT handling
APPROTECT handling
Type: bool
Help
Specifies how the SystemInit() function should handle the APPROTECT
mechanism.
Help
Specifies how the SystemInit() function should handle the APPROTECT
mechanism.
Direct dependencies
((SOC_SERIES_NRF52X
|| SOC_NRF5340_CPUNET
|| (SOC_NRF5340_CPUAPP
&& !TRUSTED_EXECUTION_NONSECURE
)) && SOC_FAMILY_NRF
) || ((SOC_SERIES_NRF52X
|| SOC_NRF5340_CPUNET
|| (SOC_NRF5340_CPUAPP
&& !TRUSTED_EXECUTION_NONSECURE
)) && SOC_FAMILY_NRF
)
(Includes any dependencies from ifs and menus.)
Defaults
Choice options
Kconfig definitions
At <Zephyr>/soc/arm/nordic_nrf/Kconfig:55
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:15
→ <nRF>/doc/_build/kconfig/Kconfig.soc.arch:2
Menu path: (Top) → Hardware Configuration
choice NRF_APPROTECT_HANDLING
bool "APPROTECT handling"
default NRF_APPROTECT_USE_UICR
depends on (SOC_SERIES_NRF52X || SOC_NRF5340_CPUNET || (SOC_NRF5340_CPUAPP && !TRUSTED_EXECUTION_NONSECURE)) && SOC_FAMILY_NRF
help
Specifies how the SystemInit() function should handle the APPROTECT
mechanism.
At <Zephyr>/soc/arm/nordic_nrf/Kconfig:55
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:18
Menu path: (Top) → Hardware Configuration
choice NRF_APPROTECT_HANDLING
bool "APPROTECT handling"
default NRF_APPROTECT_USE_UICR
depends on (SOC_SERIES_NRF52X || SOC_NRF5340_CPUNET || (SOC_NRF5340_CPUAPP && !TRUSTED_EXECUTION_NONSECURE)) && SOC_FAMILY_NRF
help
Specifies how the SystemInit() function should handle the APPROTECT
mechanism.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)