Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1626854

[PATCH v2] soc: brcmstb: enable drivers for ARM64 and BMIPS

From Markus Mayer <code@mmayer.net>
Newsgroups linux.kernel
Subject [PATCH v2] soc: brcmstb: enable drivers for ARM64 and BMIPS
Date 2017-04-20 01:00 +0200
Message-ID <ty6JP-O3-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Markus Mayer <mmayer@broadcom.com>

We enable the BRCMSTB SoC drivers not only for ARM, but also ARM64 and
BMIPS.

Signed-off-by: Markus Mayer <mmayer@broadcom.com>
---

I used (COMPILE_TEST & OF) as condition like Raspberry Pi, since we
have of_* calls in our code, too.

Changes since v1:
  - Add BMIPS
  - Add COMPILE_TEST

 drivers/soc/bcm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/bcm/Kconfig b/drivers/soc/bcm/Kconfig
index a39b0d58ddd0..9463d6709909 100644
--- a/drivers/soc/bcm/Kconfig
+++ b/drivers/soc/bcm/Kconfig
@@ -11,7 +11,7 @@ config RASPBERRYPI_POWER
 
 config SOC_BRCMSTB
 	bool "Broadcom STB SoC drivers"
-	depends on ARM
+	depends on ARM || ARM64 || BMIPS_GENERIC || (COMPILE_TEST && OF)
 	select SOC_BUS
 	help
 	  Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
-- 
2.12.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2] soc: brcmstb: enable drivers for ARM64 and BMIPS Markus Mayer <code@mmayer.net> - 2017-04-20 01:00 +0200
  Re: [PATCH v2] soc: brcmstb: enable drivers for ARM64 and BMIPS Baruch Siach <baruch@tkos.co.il> - 2017-04-20 06:20 +0200

csiph-web