X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=543b638f65157ed31ae88ab3e4011403506d4f4a;hb=b38a6775afeac9f710946e532d6edca566c7a7d2;hp=3347254cb697b8344b1d52d45d781ce0c8dcbd06;hpb=cad63b7342795aaf6aa071b687aeeeae5803e539;p=openwrt-working-2016%2F.git diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 3347254cb6..543b638f65 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 @@ -121,6 +134,9 @@ config KERNEL_PRINTK_TIME bool "Enable printk timestamps" default y +config KERNEL_PROC_PAGE_MONITOR + bool "Enable /proc page monitoring" + config KERNEL_RELAY bool @@ -131,6 +147,10 @@ config USE_RFKILL bool "Enable rfkill support" default RFKILL_SUPPORT +config USE_SPARSE + bool "Enable sparse check during kernel build" + default n + # # CGROUP support symbols # @@ -423,7 +443,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