[PATCH] ARM: bcm: Restrict ARCH_BCM selection to ARCH_MULTI_V6_V7
Tim Kryger
tim.kryger at linaro.org
Tue Apr 1 09:31:15 PDT 2014
On Tue, Apr 1, 2014 at 1:26 AM, Alexander Shiyan <shc_work at mail.ru> wrote:
> -if ARCH_BCM
> + This enables support for Broadcom ARM based SoC chips
>
> menu "Broadcom SoC Selection"
> + depends on ARCH_BCM
>
> config ARCH_BCM_MOBILE
> bool "Broadcom Mobile SoC" if ARCH_MULTI_V7
> @@ -71,5 +68,3 @@ config ARCH_BCM_5301X
> network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
>
> endmenu
> -
> -endif
> --
> 1.8.3.2
If applied on top of for-next of arm-soc, this won't do the right thing.
The if ARCH_BCM block will soon include config ARCH_BCM2835 and config
ARCH_BCM_5301X.
-Tim
More information about the linux-arm-kernel
mailing list