diff options
author | Timur Tabi <timur@freescale.com> | 2008-10-10 11:35:50 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-10-13 12:09:59 -0400 |
commit | dbe216319f4e4b23a37eeb623c8338fa59ac050e (patch) | |
tree | bc71faf445ff90dc7b6cacfa29f1a5d85496efc8 /arch/powerpc/configs/86xx/gef_sbc610_defconfig | |
parent | 7e7385ce4115830bf5e0b43d62087a94871b78de (diff) |
powerpc: disable CHRP and PMAC support in various defconfigs
Because CHRP and PMAC are by default enabled, several non-CHRP and non-PMAC
PowerPC defconfigs will have these Kconfig options set erroneously.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/86xx/gef_sbc610_defconfig')
-rw-r--r-- | arch/powerpc/configs/86xx/gef_sbc610_defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/configs/86xx/gef_sbc610_defconfig b/arch/powerpc/configs/86xx/gef_sbc610_defconfig index f589489449da..312d7afbbe44 100644 --- a/arch/powerpc/configs/86xx/gef_sbc610_defconfig +++ b/arch/powerpc/configs/86xx/gef_sbc610_defconfig | |||
@@ -156,7 +156,10 @@ CONFIG_CLASSIC_RCU=y | |||
156 | # | 156 | # |
157 | # Platform support | 157 | # Platform support |
158 | # | 158 | # |
159 | # CONFIG_PPC_MULTIPLATFORM is not set | 159 | CONFIG_PPC_MULTIPLATFORM=y |
160 | CONFIG_CLASSIC32=y | ||
161 | # CONFIG_PPC_CHRP is not set | ||
162 | # CONFIG_PPC_PMAC is not set | ||
160 | # CONFIG_PPC_82xx is not set | 163 | # CONFIG_PPC_82xx is not set |
161 | # CONFIG_PPC_83xx is not set | 164 | # CONFIG_PPC_83xx is not set |
162 | CONFIG_PPC_86xx=y | 165 | CONFIG_PPC_86xx=y |