zephyr/misc/Kconfig

10 lines
301 B
Plaintext
Raw Normal View History

config PRINTK
bool
prompt "Send printk() to console"
default y
help
This option directs printk() debugging output to the supported
console device (UART), rather than suppressing the generation
of printk() output entirely. Output is sent immediately, without
any mutual exclusion or buffering.