choice SECURE_BOOT_DEBUG_BACKEND: Where to print to

Where to print to

Type: bool

Direct dependencies

SECURE_BOOT_DEBUG && IS_SECURE_BOOTLOADER

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<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

choice SECURE_BOOT_DEBUG_BACKEND
    bool "Where to print to"
    default SECURE_BOOT_DEBUG_UART
    depends on SECURE_BOOT_DEBUG && IS_SECURE_BOOTLOADER

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