[PATCH] CONFIG_PM for ppc64, to allow sysrq o

Olaf Hering olh at suse.de
Wed Mar 16 08:26:56 EST 2005


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"



More information about the Linuxppc64-dev mailing list