kernel: add a config option for /proc page monitoring (useful for detailed memory...
[openwrt/staging/yousong.git] / config / Config-kernel.in
index a475e9aae21e15bee10e8bdd656cd19a074fb549..543b638f65157ed31ae88ab3e4011403506d4f4a 100644 (file)
@@ -134,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
 
@@ -144,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
 #