diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-17 23:14:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-17 23:14:12 +0000 |
commit | e7fcf19e52dcf0927e0d76bb464e79f71199e977 (patch) | |
tree | 51b2d166888f8321212e976b7dd6a234b150dc6c /Config.in | |
parent | 2c2c5a0c7095c3f0af81365b7047a86a759fb8ed (diff) | |
download | upstream-e7fcf19e52dcf0927e0d76bb464e79f71199e977.tar.gz upstream-e7fcf19e52dcf0927e0d76bb464e79f71199e977.tar.bz2 upstream-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.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |