add a kernel config option for magic sysrq
SVN-Revision: 26214
This commit is contained in:
parent
4f06dc1907
commit
4e2339b032
1 changed files with 4 additions and 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
|
||||
|
|
Loading…
Reference in a new issue