[PATCH] CONFIG_PM for ppc64, to allow sysrq o

From: Olaf Hering
Date: Tue Mar 15 2005 - 16:28:20 EST



For some weird reason, sysrq o is hidden behind CONFIG_PM.
Why? One can power off just fine without that. Can pm_sysrq_init be
moved to a better place? I think it used to be in sysrq.c in 2.4.

Too bad, with this patch radeonfb fails to compile.



Index: linux-2.6.11-olh/arch/ppc64/Kconfig
===================================================================
--- linux-2.6.11-olh.orig/arch/ppc64/Kconfig
+++ linux-2.6.11-olh/arch/ppc64/Kconfig
@@ -350,6 +350,8 @@ config CMDLINE

endmenu

+source "kernel/power/Kconfig"
+
source "drivers/Kconfig"

source "fs/Kconfig"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/