X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=a475e9aae21e15bee10e8bdd656cd19a074fb549;hb=68bca634ccf2dee0b5140865c78115ba05ae565d;hp=d5b565ea5e0affa63946edc8802a49cb132b2ce3;hpb=1f939e14607a6ec596d6cc1c5f55a97a824da145;p=openwrt-github%2F.git diff --git a/config/Config-kernel.in b/config/Config-kernel.in index d5b565ea5e..a475e9aae2 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -1,9 +1,22 @@ -# Copyright (C) 2006-2013 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # +config KERNEL_PRINTK + bool "Enable support for printk" + default y + +config KERNEL_CRASHLOG + bool "Crash logging" + depends on !(arm || powerpc || sparc) + default y + +config KERNEL_SWAP + bool "Support for paging of anonymous memory (swap)" + default y + config KERNEL_DEBUG_FS bool "Compile the kernel with Debug FileSystem enabled" default y @@ -68,6 +81,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 +436,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