-
CONFIG_SECURE_BOOT_DEBUG_UART
¶
Print to UART.
Type: bool
Direct dependencies¶
<choice SECURE_BOOT_DEBUG_BACKEND: Where to print to>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At <nRF>/subsys/bootloader/Kconfig:209
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 → Where to print to
config SECURE_BOOT_DEBUG_UART
bool "Print to UART."
select UART_NRFX
select UART_CONSOLE
depends on <choice SECURE_BOOT_DEBUG_BACKEND>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)