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 | 4e2339b03210fe3434d0bff26672171a74f7cfe7 (patch) | |
tree | 8f879e9b72b24a8b47a0b6a1ceead2597d1f40c9 /Config.in | |
parent | 4f06dc1907ce4d8ac9737b82a1a0d60bdbd08a9e (diff) | |
download | upstream-4e2339b03210fe3434d0bff26672171a74f7cfe7.tar.gz upstream-4e2339b03210fe3434d0bff26672171a74f7cfe7.tar.bz2 upstream-4e2339b03210fe3434d0bff26672171a74f7cfe7.zip |
add a kernel config option for magic sysrq
SVN-Revision: 26214
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 |