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:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:8
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader
config SECURE_BOOT
bool "Use Secure Bootloader"
select FW_INFO
select SW_VECTOR_RELAY if SOC_SERIES_NRF51X
depends on !IS_SECURE_BOOTLOADER
help
Set this option to enable the first stage bootloader which
verifies the signature of the app.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)