diff options
author | Olof Johansson <olof@lixom.net> | 2014-03-11 16:18:21 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-03-11 16:18:36 -0400 |
commit | 07cb1ec1ae18828e0b187ef67e9e465623d1ea7b (patch) | |
tree | 774e837518dedff75b65945fc1c728fbe30269fd /arch/arm/mach-bcm/Kconfig | |
parent | 42dc836dbe719b0f7afef1794a12a53fa6d7f723 (diff) | |
parent | fdf4850cb5b2e5e549a18b8b41abb001bfb19e9c (diff) |
Merge tag 'armsoc/for-3.15/soc-2' of git://github.com/broadcom/mach-bcm into next/soc
Merge "ARM: mach-bcm soc updates" from Matt Porter:
- add BCM5301x support
- remove GENERIC_TIME
* tag 'armsoc/for-3.15/soc-2' of git://github.com/broadcom/mach-bcm:
ARM: BCM5301X: workaround suppress fault
ARM: BCM5301X: add early debugging support
ARM: BCM5301X: initial support for the BCM5301X/BCM470X SoCs with ARM CPU
ARM: mach-bcm: Remove GENERIC_TIME
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-bcm/Kconfig')
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index af4f2dfda40c..21474458aa56 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig | |||
@@ -27,6 +27,32 @@ config ARCH_BCM_MOBILE | |||
27 | BCM11130, BCM11140, BCM11351, BCM28145 and | 27 | BCM11130, BCM11140, BCM11351, BCM28145 and |
28 | BCM28155 variants. | 28 | BCM28155 variants. |
29 | 29 | ||
30 | config ARCH_BCM_5301X | ||
31 | bool "Broadcom BCM470X / BCM5301X ARM SoC" if ARCH_MULTI_V7 | ||
32 | depends on MMU | ||
33 | select ARM_GIC | ||
34 | select CACHE_L2X0 | ||
35 | select HAVE_ARM_SCU if SMP | ||
36 | select HAVE_ARM_TWD if SMP | ||
37 | select HAVE_SMP | ||
38 | select COMMON_CLK | ||
39 | select GENERIC_CLOCKEVENTS | ||
40 | select ARM_GLOBAL_TIMER | ||
41 | select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK | ||
42 | select MIGHT_HAVE_PCI | ||
43 | help | ||
44 | Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores. | ||
45 | |||
46 | This is a network SoC line mostly used in home routers and | ||
47 | wifi access points, it's internal name is Northstar. | ||
48 | This inclused the following SoC: BCM53010, BCM53011, BCM53012, | ||
49 | BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707, | ||
50 | BCM4708 and BCM4709. | ||
51 | |||
52 | Do not confuse this with the BCM4760 which is a totally | ||
53 | different SoC or with the older BCM47XX and BCM53XX based | ||
54 | network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx | ||
55 | |||
30 | endmenu | 56 | endmenu |
31 | 57 | ||
32 | endif | 58 | endif |