CONFIG_SB_DEBUG_NO_VERIFY_HASHES

(No prompt – not directly user assignable.)

Type: bool

Help

[DEBUG] Don't check public key hashes for applicability.
Use this only in (negative) tests!

Direct dependencies

SECURE_BOOT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/subsys/bootloader/Kconfig:120

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 → Use Secure Bootloader

config SB_DEBUG_NO_VERIFY_HASHES
    bool
    depends on SECURE_BOOT
    help
      [DEBUG] Don't check public key hashes for applicability.
      Use this only in (negative) tests!

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)