-
CONFIG_IS_SECURE_BOOTLOADER
¶
Current app is bootloader
Type: bool
Help¶
This option is set by the first stage bootloader app to include all files and set all the options required.
Direct dependencies¶
SECURE_BOOT_VALIDATION
&& SECURE_BOOT_STORAGE
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <nRF>/subsys/bootloader/Kconfig:177
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:8
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader
menuconfig IS_SECURE_BOOTLOADER bool "Current app is bootloader" selectSW_VECTOR_RELAY
ifSOC_SERIES_NRF51X
selectNRFX_NVMC
depends onSECURE_BOOT_VALIDATION
&&SECURE_BOOT_STORAGE
help This option is set by the first stage bootloader app to include all files and set all the options required.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)