:orphan: .. title:: CONFIG_SECURE_BOOT_DEBUG .. kconfig:: CONFIG_SECURE_BOOT_DEBUG CONFIG_SECURE_BOOT_DEBUG ######################## *Printing* Type: ``bool`` Direct dependencies =================== \ :kconfig:`IS_SECURE_BOOTLOADER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`BOOT_BANNER ` - \ :kconfig:`PRINTK ` - \ :kconfig:`CONSOLE ` - \ :kconfig:`SERIAL ` Kconfig definition ================== At ``/subsys/bootloader/Kconfig:194`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/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 .. code-block:: kconfig menuconfig SECURE_BOOT_DEBUG bool "Printing" select BOOT_BANNER select PRINTK select CONSOLE select SERIAL depends on IS_SECURE_BOOTLOADER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*