-
CONFIG_SECURE_BOOT
¶
Use Secure Bootloader
Type: bool
Help¶
Set this option to enable the first stage bootloader which verifies the signature of the app.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At ../nrf/subsys/bootloader/Kconfig:7
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:9
→ ../nrf/subsys/Kconfig:8
Menu path: (top menu) → Nordic nRF Connect
config SECURE_BOOT bool prompt "Use Secure Bootloader" if !IS_SECURE_BOOTLOADER
selectFW_METADATA
if !IS_SECURE_BOOTLOADER
selectSECURE_BOOT_CRYPTO
if !IS_SECURE_BOOTLOADER
depends on !IS_SECURE_BOOTLOADER
help Set this option to enable the first stage bootloader which verifies the signature of the app.
(Definitions include propagated dependencies, including from if’s and menus.)