Skip to content
Snippets Groups Projects
Commit ecbcbeef authored by Imre Kaloz's avatar Imre Kaloz
Browse files

make printk, crashlog and swap support configurable


Signed-off-by: default avatarImre Kaloz <kaloz@openwrt.org>

SVN-Revision: 40361
parent c18cc9aa
No related branches found
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment