X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=e64c4b775237e69a274c6c60fcf1b1a496fa5a49;hb=388bf86503f5f3b61bd775ca18388b829cbf511d;hp=c2539595084131c963bc5676c183e94b3278dcdf;hpb=7ed12587ec9e7d569b7c4e627dfcdb0e034b3432;p=openwrt-working-2016%2F.git diff --git a/config/Config-kernel.in b/config/Config-kernel.in index c253959508..e64c4b7752 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,20 @@ config KERNEL_PRINTK_TIME bool "Enable printk timestamps" default y +config KERNEL_SLUB_DEBUG + bool + +config KERNEL_SLUB_DEBUG_ON + bool + +config KERNEL_SLABINFO + select KERNEL_SLUB_DEBUG + select KERNEL_SLUB_DEBUG_ON + bool "Enable /proc slab debug info" + +config KERNEL_PROC_PAGE_MONITOR + bool "Enable /proc page monitoring" + config KERNEL_RELAY bool @@ -131,6 +158,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 #