summaryrefslogtreecommitdiff
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)
downloadmtk-20170518-4e2339b03210fe3434d0bff26672171a74f7cfe7.zip
mtk-20170518-4e2339b03210fe3434d0bff26672171a74f7cfe7.tar.gz
mtk-20170518-4e2339b03210fe3434d0bff26672171a74f7cfe7.tar.bz2
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 651e73a..61d87a0 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