diff options
author | Paul Mackerras <paulus@samba.org> | 2007-09-20 21:52:36 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-02 19:12:04 -0400 |
commit | 94987aff23bcdd7cee92edf02c2f4ef259d1cbf6 (patch) | |
tree | 719a173ae7bcbfebb5c8acce12111534c1075d39 /arch/ppc | |
parent | 2578bfae84a78bd46fdbc0d2f9d39e9fbc9c8a3f (diff) |
[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>
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index c2087f645ad3..20dce4681259 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -1016,7 +1016,7 @@ config CMDLINE | |||
1016 | some command-line options at build time by entering them here. In | 1016 | some command-line options at build time by entering them here. In |
1017 | most cases you will need to specify the root device here. | 1017 | most cases you will need to specify the root device here. |
1018 | 1018 | ||
1019 | if !44x || BROKEN | 1019 | if BROKEN |
1020 | source kernel/power/Kconfig | 1020 | source kernel/power/Kconfig |
1021 | endif | 1021 | endif |
1022 | 1022 | ||