From: nbd Date: Thu, 17 Mar 2011 23:14:12 +0000 (+0000) Subject: add a kernel config option for magic sysrq X-Git-Tag: fast2504n-3.10.28-merged~9346 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=bf4ead177152d60b577521c2b2a3871bb769371b;p=openwrt.git add a kernel config option for magic sysrq git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26214 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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