From 4e2339b03210fe3434d0bff26672171a74f7cfe7 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 17 Mar 2011 23:14:12 +0000
Subject: [PATCH] add a kernel config option for magic sysrq

SVN-Revision: 26214
---
 Config.in | 4 ++++
 1 file changed, 4 insertions(+)

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
-- 
GitLab