Re: [PATCH] mach-bcm: clean up config and build targets

2014-04-03 Thread Alex Elder
On 04/03/2014 03:49 PM, Paul Bolle wrote: > On Thu, 2014-04-03 at 15:30 -0500, Alex Elder wrote: >> Currently CONFIG_ARCH_BCM_MOBILE is used to select all Broadcom >> mobile SoCs. Instead, use that only as a config menu switch, and >> define specific symbols like CONFIG_ARCH_BCM_281XX to select a

Re: [PATCH] mach-bcm: clean up config and build targets

2014-04-03 Thread Paul Bolle
On Thu, 2014-04-03 at 15:30 -0500, Alex Elder wrote: > Currently CONFIG_ARCH_BCM_MOBILE is used to select all Broadcom > mobile SoCs. Instead, use that only as a config menu switch, and > define specific symbols like CONFIG_ARCH_BCM_281XX to select a > particular SoC family. If ARCH_BCM_MOBILE is

[PATCH] mach-bcm: clean up config and build targets

2014-04-03 Thread Alex Elder
Currently CONFIG_ARCH_BCM_MOBILE is used to select all Broadcom mobile SoCs. Instead, use that only as a config menu switch, and define specific symbols like CONFIG_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 t