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/mpc8641_hpcn_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/mpc8641_hpcn_defconfig')
-rw-r--r-- | arch/powerpc/configs/86xx/mpc8641_hpcn_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/86xx/mpc8641_hpcn_defconfig b/arch/powerpc/configs/86xx/mpc8641_hpcn_defconfig index 07e369d9e485..444ddf98436d 100644 --- a/arch/powerpc/configs/86xx/mpc8641_hpcn_defconfig +++ b/arch/powerpc/configs/86xx/mpc8641_hpcn_defconfig | |||
@@ -167,6 +167,8 @@ CONFIG_CLASSIC_RCU=y | |||
167 | # | 167 | # |
168 | CONFIG_PPC_MULTIPLATFORM=y | 168 | CONFIG_PPC_MULTIPLATFORM=y |
169 | CONFIG_CLASSIC32=y | 169 | CONFIG_CLASSIC32=y |
170 | # CONFIG_PPC_CHRP is not set | ||
171 | # CONFIG_PPC_PMAC is not set | ||
170 | # CONFIG_MPC5121_ADS is not set | 172 | # CONFIG_MPC5121_ADS is not set |
171 | # CONFIG_MPC5121_GENERIC is not set | 173 | # CONFIG_MPC5121_GENERIC is not set |
172 | # CONFIG_PPC_MPC52xx is not set | 174 | # CONFIG_PPC_MPC52xx is not set |