diff options
author | Markus Mayer <mmayer@broadcom.com> | 2017-04-20 18:55:48 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-06-12 19:25:16 +0200 |
commit | 1f6ab20f5527a2483d666d2ce996c51368d1b617 (patch) | |
tree | 27fa3bdbe937451af9ec8176c51ae0065350ade9 | |
parent | bus: brcmstb_gisb: update to support new revision (diff) | |
download | linux-1f6ab20f5527a2483d666d2ce996c51368d1b617.tar.xz linux-1f6ab20f5527a2483d666d2ce996c51368d1b617.zip |
soc: brcmstb: enable drivers for ARM64 and BMIPS
We enable the BRCMSTB SoC drivers not only for ARM, but also ARM64 and
BMIPS.
Signed-off-by: Markus Mayer <mmayer@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-rw-r--r-- | drivers/soc/bcm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/bcm/Kconfig b/drivers/soc/bcm/Kconfig index a39b0d58ddd0..49f1e2a75d61 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 select SOC_BUS help Enables drivers for the Broadcom Set-Top Box (STB) series of chips. |