zephyr/misc/Kconfig
Juan Manuel Cruz 0e301cc07f Kconfig symbols for kernel and misc directory.
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
2016-02-05 20:14:04 -05:00

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.