CONFIG_SB_VALIDATE_FW_HASH
(No prompt – not directly user assignable.)
Type: bool
Help
Hash validation (not secure). Only meant for nRF5340 network core
since the app core will do the signature validation.
Default
y
Kconfig definition
At <nRF>/subsys/bootloader/bl_validation/Kconfig:69
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
→ <nRF>/subsys/bootloader/Kconfig:235
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Secure Boot firmware validation
config SB_VALIDATE_FW_HASH
bool
default y
depends on SOC_NRF5340_CPUNET
help
Hash validation (not secure). Only meant for nRF5340 network core
since the app core will do the signature validation.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)