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)
commit1892bbcdd41b5e2582000ab21e9f6b734d005a71
treeb151b09342de8a2c6bb54ff26816a4f65e2b118c
parenta798c10faf62a505d24e5f6213fbaf904a39623f
ARM: bcm: clean up config and build targets

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
This page took 0.028022 seconds and 5 git commands to generate.