-
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
.
Kconfig definition¶
At <nRF>/subsys/bootloader/Kconfig:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:8
Menu path: (Top) → Modules → Nordic nRF Connect → Bootloader
config SECURE_BOOT bool "Use Secure Bootloader" selectFW_INFO
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.)