From 246986cdb1c0ca0074d7bcd9bfb110417b4abc64 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 22 Dec 2011 08:45:13 +0000 Subject: [PATCH] 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 --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.in b/Config.in index 736a97282f..901d740064 100644 --- a/Config.in +++ b/Config.in @@ -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"