diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2017-10-30 11:03:28 +0100 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2017-10-30 11:03:28 +0100 |
| commit | 141f70ea2bbc540187fa0d4a477667db151ef0d2 (patch) | |
| tree | 96a3d6471d7990151bee76407e154d247b01a890 /arch/arm/mach-bcm/Kconfig | |
| parent | 688de98f3488b55b333601030c790a923183169d (diff) | |
| parent | fa1e581d02d293d4d52c6950dc083484babe09f2 (diff) | |
| download | linux-141f70ea2bbc540187fa0d4a477667db151ef0d2.tar.gz linux-141f70ea2bbc540187fa0d4a477667db151ef0d2.tar.bz2 linux-141f70ea2bbc540187fa0d4a477667db151ef0d2.zip | |
Merge tag 'arm-soc/for-4.15/soc-part2' of http://github.com/Broadcom/stblinux into next/soc
Pull "Broadcom soc changes for 4.15 (part 2)" from Florian Fainelli:
This pull request contains Broadcom ARM-based SoC changes for 4.15 (second
part), please pull the following:
- Florian adds support for the Broadcom Hurricane 2 SoC machine entry point
and defines the debug UART address for use with earlyprintk/DEBUG_LL
* tag 'arm-soc/for-4.15/soc-part2' of http://github.com/Broadcom/stblinux:
ARM: debug: Add Hurricane 2 UART2 debug addresses
ARM: bcm: Add support for Broadcom Hurricane 2 SoC
Diffstat (limited to 'arch/arm/mach-bcm/Kconfig')
| -rw-r--r-- | arch/arm/mach-bcm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 73be3d578851..76807581f9f3 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -36,6 +36,15 @@ config ARCH_BCM_CYGNUS BCM11300, BCM11320, BCM11350, BCM11360, BCM58300, BCM58302, BCM58303, BCM58305. +config ARCH_BCM_HR2 + bool "Broadcom Hurricane 2 SoC support" + depends on ARCH_MULTI_V7 + select ARCH_BCM_IPROC + help + Enable support for the Hurricane 2 family, + which includes the following variants: + BCM53342, BCM53343, BCM53344, BCM53346. + config ARCH_BCM_NSP bool "Broadcom Northstar Plus SoC Support" depends on ARCH_MULTI_V7 |
