Просмотр исходного кода

make printk, crashlog and swap support configurable

Signed-off-by: Imre Kaloz <[email protected]>

SVN-Revision: 40361
Imre Kaloz 11 лет назад
Родитель
Сommit
ecbcbeefae
1 измененных файлов с 14 добавлено и 1 удалено
  1. 14 1
      config/Config-kernel.in

+ 14 - 1
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.
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 # 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
 config KERNEL_DEBUG_FS
 	bool "Compile the kernel with Debug FileSystem enabled"
 	bool "Compile the kernel with Debug FileSystem enabled"
 	default y
 	default y