kernel: enable magic sysrq by default, it does not add much to the kernel image size, but is useful for debugging many kinds of hangs/crashes

SVN-Revision: 29600
This commit is contained in:
Felix Fietkau 2011-12-22 08:45:13 +00:00
parent db0a1db257
commit 246986cdb1
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ menu "Global build settings"
config KERNEL_MAGIC_SYSRQ
bool "Compile the kernel with SysRq support"
default n
default y
config KERNEL_ELF_CORE
bool "Enable process core dump support"