ARM: bcm: clean up config and build targets
authorAlex Elder <elder@linaro.org>
Tue, 15 Apr 2014 12:37:19 +0000 (07:37 -0500)
committerMatt Porter <mporter@linaro.org>
Fri, 25 Apr 2014 12:51:30 +0000 (08:51 -0400)
Currently CONFIG_ARCH_BCM_MOBILE is used to select all (both)
Broadcom mobile SoC families.  Instead, use that only as a config
menu switch, and define specific symbols like ARCH_BCM_281XX to
select a particular SoC family.  If ARCH_BCM_MOBILE is selected, all
of the SoCs will be selected by default, but this way each can be
disabled individually as well.

Note that BCM281xx and BCM21664 both require the SMC and L2 cache
control code, so that code will be built based on ARCH_BCM_MOBILE.

Signed-off-by: Alex Elder <elder@linaro.org>
[mporter: added ARM: to the description]
Signed-off-by: Matt Porter <mporter@linaro.org>
arch/arm/mach-bcm/Kconfig
arch/arm/mach-bcm/Makefile

Simple merge
Simple merge