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