X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=a4a45b4048c86c41b651c8e12ba9eadcc8c53b20;hb=53557b1ac1f2875b10516422e0c3aaa01f48ea30;hp=a475e9aae21e15bee10e8bdd656cd19a074fb549;hpb=7399ef5411bc1bc9e68f04a4bb4ba9b7cdc2a54b;p=openwrt-github%2F.git diff --git a/config/Config-kernel.in b/config/Config-kernel.in index a475e9aae2..a4a45b4048 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -134,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 @@ -144,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 # @@ -281,12 +299,9 @@ if KERNEL_CGROUPS the kmem extension can use it to guarantee that no group of processes will ever exhaust kernel resources alone. - config KERNEL_PERF_EVENTS - bool - default y if KERNEL_CGROUP_PERF - config KERNEL_CGROUP_PERF bool "Enable perf_event per-cpu per-container group (cgroup) monitoring" + select KERNEL_PERF_EVENTS default n help This option extends the per-cpu mode to restrict monitoring to