[PATCH] powerpc: remove CHRP and PMAC support from defconfigs, fix Kconfigs

Timur Tabi timur at freescale.com
Thu Oct 9 02:28:53 EST 2008


On Fri, Sep 26, 2008 at 12:19 PM, Timur Tabi <timur at freescale.com> wrote:
> The Kconfig files for PowerPC CHRP and PMAC support had "default=y" for some
> Kconfig options, and this caused support for CHRP and PMAC platforms to be
> enabled incorrectly for several platforms.  Fix the Kconfigs and the
> affected defconfigs.

Ben,

When you applied this patch, you removed the Kconfig changes.  Without
those, doing a "make xxx_defconfig" will just add "CONFIG_PPC_PMAC=y"
and "CONFIG_PPC_CHRP=y" to the .config!

$ make 83xx/mpc834x_itxgp_defconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
#
# configuration written to .config
#
$ grep CHRP .config
CONFIG_PPC_CHRP=y

So please apply my *original* patch.
-- 
Timur Tabi
Linux kernel developer at Freescale



More information about the Linuxppc-dev mailing list