浏览代码

[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: Paul Mackerras <paulus@samba.org>
Paul Mackerras 17 年之前
父节点
当前提交
94987aff23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/ppc/Kconfig

+ 1 - 1
arch/ppc/Kconfig

@@ -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