aboutsummaryrefslogtreecommitdiffstats
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
commite7fcf19e52dcf0927e0d76bb464e79f71199e977 (patch)
tree51b2d166888f8321212e976b7dd6a234b150dc6c /Config.in
parent2c2c5a0c7095c3f0af81365b7047a86a759fb8ed (diff)
downloadmaster-187ad058-e7fcf19e52dcf0927e0d76bb464e79f71199e977.tar.gz
master-187ad058-e7fcf19e52dcf0927e0d76bb464e79f71199e977.tar.bz2
master-187ad058-e7fcf19e52dcf0927e0d76bb464e79f71199e977.zip
add a kernel config option for magic sysrq
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26214 3c298f89-4303-0410-b956-a3cf2f4a3e73
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