X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=c2539595084131c963bc5676c183e94b3278dcdf;hb=f5bcfbc1468401ee063f1aa4547f4ffc18ed9a3e;hp=d5b565ea5e0affa63946edc8802a49cb132b2ce3;hpb=a7e8cfc60c1c3925475cf9ada5b393cc63b5f9af;p=openwrt.git diff --git a/config/Config-kernel.in b/config/Config-kernel.in index d5b565ea5e..c253959508 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -68,6 +68,18 @@ config KERNEL_DEBUG_LL help ARM low level debugging +config KERNEL_DYNAMIC_DEBUG + bool "Compile the kernel with dynamic printk" + select KERNEL_DEBUG_FS + default n + help + Compiles debug level messages into the kernel, which would not + otherwise be available at runtime. These messages can then be + enabled/disabled based on various levels of scope - per source file, + function, module, format string, and line number. This mechanism + implicitly compiles in all pr_debug() and dev_dbg() calls, which + enlarges the kernel text size by about 2%. + config KERNEL_EARLY_PRINTK bool "Compile the kernel with early printk" default n @@ -411,7 +423,7 @@ if KERNEL_LXC_MISC config KERNEL_POSIX_MQUEUE bool "POSIX Message Queues" - default n + default y help POSIX variant of message queues is a part of IPC. In POSIX message queues every message has a priority which decides about succession