mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 16:46:15 +00:00
This commit adds the Kconfig files that describe the CONFIG symbols that belongs to the kernel directory and subdirectories. It includes the misc directory Kconfig as well. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: I3e653562ea5c259203a63274197e3a0e1522ecc4
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
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.
|