Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd336158 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Matt Porter
Browse files

ARM: bcm: Restrict ARCH_BCM selection to ARCH_MULTI_V6_V7



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: default avatarAlexander Shiyan <shc_work@mail.ru>
[mporter: added commit log message]
Signed-off-by: default avatarMatt Porter <mporter@linaro.org>
parent eeda4cb9
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
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