From: Felix Fietkau Date: Thu, 17 Mar 2011 23:14:12 +0000 (+0000) Subject: add a kernel config option for magic sysrq X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=4e2339b03210fe3434d0bff26672171a74f7cfe7 add a kernel config option for magic sysrq SVN-Revision: 26214 --- diff --git a/Config.in b/Config.in index 651e73a1b2..61d87a0a1c 100644 --- a/Config.in +++ b/Config.in @@ -227,6 +227,10 @@ menu "Global build settings" bool "Compile the kernel with asynchronous IO support" default n + config KERNEL_MAGIC_SYSRQ + bool "Compile the kernel with SysRq support" + default n + comment "Package build options" config DEBUG