Skip to content

Commit

Permalink
[POWERPC] Disable power management for arch/ppc
Browse files Browse the repository at this point in the history
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: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Oct 2, 2007
1 parent 2578bfa commit 94987af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 94987af

Please sign in to comment.