-
CONFIG_PRINTK
¶
Send printk() to console
Type: bool
Help¶
This option directs printk() debugging output to the supported console device, rather than suppressing the generation of printk() output entirely. Output is sent immediately, without any mutual exclusion or buffering.
Defaults¶
- “y” if
CONSOLE_HAS_DRIVER
Symbols that select this symbol¶
Kconfig definition¶
At subsys/debug/Kconfig:63
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:12
Menu path: (top menu) → Debugging Options
config PRINTK bool prompt "Send printk() to console" ifCONSOLE_HAS_DRIVER
default "y" ifCONSOLE_HAS_DRIVER
depends onCONSOLE_HAS_DRIVER
help This option directs printk() debugging output to the supported console device, rather than suppressing the generation of printk() output entirely. Output is sent immediately, without any mutual exclusion or buffering.
(Definitions include propagated dependencies, including from if’s and menus.)