ARM: bcm: Restrict ARCH_BCM selection to ARCH_MULTI_V6_V7
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 1 Apr 2014 08:26:19 +0000 (12:26 +0400)
committerMatt Porter <mporter@linaro.org>
Fri, 25 Apr 2014 12:54:44 +0000 (08:54 -0400)
Currently, Broadcom SoC options are shown whenever ARCH_MULTIPLATFORM
is enabled. Restrict this so they are only seen when ARCH_MULTI_V6_V7
variants are enabled.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
[mporter: added commit log message]
Signed-off-by: Matt Porter <mporter@linaro.org>
arch/arm/mach-bcm/Kconfig

index 28f90a01e3acbe585e8550ccc61773027a8dd643..7f6ed6c3d367b7607ef4a81556227a6de81bb7fa 100644 (file)
@@ -1,13 +1,10 @@
 config ARCH_BCM
-       bool "Broadcom SoC Support"
-       depends on ARCH_MULTIPLATFORM
+       bool "Broadcom SoC Support" if ARCH_MULTI_V6_V7
        help
-         This enables support for Broadcom ARM based SoC
-          chips
-
-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 Support" if ARCH_MULTI_V7
@@ -100,5 +97,3 @@ config ARCH_BCM_5301X
          network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
 
 endmenu
-
-endif
This page took 0.025492 seconds and 5 git commands to generate.