Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94987aff authored by Paul Mackerras's avatar Paul Mackerras
Browse files

[POWERPC] Disable power management for arch/ppc



Currently the prep_defconfig in arch/ppc won't build due to swsusp
being broken.  This patch avoids the problem by essentially disabling
all power management on those platforms left in arch/ppc.

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 2578bfae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1016,7 +1016,7 @@ config CMDLINE
	  some command-line options at build time by entering them here.  In
	  most cases you will need to specify the root device here.

if !44x || BROKEN
if BROKEN
source kernel/power/Kconfig
endif