diff options
author | Olaf Hering <olaf@aepfle.de> | 2006-09-24 10:38:10 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-09-26 15:41:03 +1000 |
commit | 0eab40ffadbdc601e5374e8df87f1d2490cd839e (patch) | |
tree | 3ba2731a9b8b4a38cd1e69fe27bf457ed9424616 | |
parent | 9e84b60ed87f5fe2dce10be2db1bfbb926a49e66 (diff) |
[POWERPC] enable sysrq in pmac32_defconfig
Enable sysrq also for pmac32
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/powerpc/configs/pmac32_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/pmac32_defconfig b/arch/powerpc/configs/pmac32_defconfig index 6861dde7d77..dc8df4ef727 100644 --- a/arch/powerpc/configs/pmac32_defconfig +++ b/arch/powerpc/configs/pmac32_defconfig @@ -1826,7 +1826,7 @@ CONFIG_OPROFILE=y # Kernel hacking # # CONFIG_PRINTK_TIME is not set -# CONFIG_MAGIC_SYSRQ is not set +CONFIG_MAGIC_SYSRQ=y # CONFIG_UNUSED_SYMBOLS is not set CONFIG_DEBUG_KERNEL=y CONFIG_LOG_BUF_SHIFT=14 |