-
CONFIG_SB_BPROT_IN_DEBUG
¶
Enable block protect in debug
Type: bool
Direct dependencies¶
(HAS_HW_NRF_BPROT
|| HAS_HW_NRF_MPU
) && SECURE_BOOT_DEBUG
&& IS_SECURE_BOOTLOADER
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At <nRF>/subsys/bootloader/Kconfig:220
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:8
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Current app is bootloader → Printing
config SB_BPROT_IN_DEBUG
bool "Enable block protect in debug"
default y
depends on (HAS_HW_NRF_BPROT || HAS_HW_NRF_MPU) && SECURE_BOOT_DEBUG && IS_SECURE_BOOTLOADER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)