X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=config%2FConfig-kernel.in;fp=config%2FConfig-kernel.in;h=a475e9aae21e15bee10e8bdd656cd19a074fb549;hb=1cab7df894ab80ab3e317176c505575fa8bc04ce;hp=c2539595084131c963bc5676c183e94b3278dcdf;hpb=b1c8e5976230593b6ee7cac54a430cbeb237fddc;p=openwrt.git 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