aboutsummaryrefslogtreecommitdiffstats
path: root/config/Config-kernel.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-04-02 11:40:41 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-04-02 11:40:41 +0000
commit7399ef5411bc1bc9e68f04a4bb4ba9b7cdc2a54b (patch)
tree94fd578514427baa72454f053cf0d98bf9cf25d6 /config/Config-kernel.in
parent21c2b4c072e1fb8b62d6c6d89d0f3e59c972aa68 (diff)
downloadmaster-187ad058-7399ef5411bc1bc9e68f04a4bb4ba9b7cdc2a54b.tar.gz
master-187ad058-7399ef5411bc1bc9e68f04a4bb4ba9b7cdc2a54b.tar.bz2
master-187ad058-7399ef5411bc1bc9e68f04a4bb4ba9b7cdc2a54b.zip
make printk, crashlog and swap support configurable
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40361 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r--config/Config-kernel.in15
1 files changed, 14 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index c253959508..a475e9aae2 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