summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-03-17 23:14:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-03-17 23:14:12 +0000
commit4e2339b03210fe3434d0bff26672171a74f7cfe7 (patch)
tree8f879e9b72b24a8b47a0b6a1ceead2597d1f40c9 /Config.in
parent4f06dc1907ce4d8ac9737b82a1a0d60bdbd08a9e (diff)
downloadmaster-31e0f0ae-4e2339b03210fe3434d0bff26672171a74f7cfe7.tar.gz
master-31e0f0ae-4e2339b03210fe3434d0bff26672171a74f7cfe7.tar.bz2
master-31e0f0ae-4e2339b03210fe3434d0bff26672171a74f7cfe7.zip
add a kernel config option for magic sysrq
SVN-Revision: 26214
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
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