2012-11-19 18:46:10 +01:00
|
|
|
config ARCH_BCM
|
2014-04-01 10:26:19 +02:00
|
|
|
bool "Broadcom SoC Support" if ARCH_MULTI_V6_V7
|
2013-09-23 19:20:33 +02:00
|
|
|
help
|
2014-04-01 10:26:19 +02:00
|
|
|
This enables support for Broadcom ARM based SoC chips
|
2013-09-23 19:20:33 +02:00
|
|
|
|
|
|
|
menu "Broadcom SoC Selection"
|
2014-04-01 10:26:19 +02:00
|
|
|
depends on ARCH_BCM
|
2013-09-23 19:20:33 +02:00
|
|
|
|
|
|
|
config ARCH_BCM_MOBILE
|
2014-04-15 14:37:19 +02:00
|
|
|
bool "Broadcom Mobile SoC Support" if ARCH_MULTI_V7
|
2012-11-19 18:46:10 +01:00
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select ARM_ERRATA_754322
|
|
|
|
select ARM_ERRATA_764369 if SMP
|
2014-04-18 19:13:20 +02:00
|
|
|
select ARM_ERRATA_775420
|
2012-11-19 18:46:10 +01:00
|
|
|
select ARM_GIC
|
2013-09-10 20:07:02 +02:00
|
|
|
select GPIO_BCM_KONA
|
2012-11-19 18:46:10 +01:00
|
|
|
select TICK_ONESHOT
|
2013-09-24 22:20:52 +02:00
|
|
|
select HAVE_ARM_ARCH_TIMER
|
2013-12-21 03:13:35 +01:00
|
|
|
select PINCTRL
|
2012-11-19 18:46:10 +01:00
|
|
|
help
|
2013-09-23 19:20:33 +02:00
|
|
|
This enables support for systems based on Broadcom mobile SoCs.
|
2014-04-15 14:37:19 +02:00
|
|
|
|
|
|
|
if ARCH_BCM_MOBILE
|
|
|
|
|
|
|
|
menu "Broadcom Mobile SoC Selection"
|
|
|
|
|
|
|
|
config ARCH_BCM_281XX
|
|
|
|
bool "Broadcom BCM281XX SoC family"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Enable support for the the BCM281XX family, which includes
|
|
|
|
BCM11130, BCM11140, BCM11351, BCM28145 and BCM28155
|
|
|
|
variants.
|
|
|
|
|
|
|
|
config ARCH_BCM_21664
|
|
|
|
bool "Broadcom BCM21664 SoC family"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Enable support for the the BCM21664 family, which includes
|
|
|
|
BCM21663 and BCM21664 variants.
|
|
|
|
|
2014-04-21 23:53:07 +02:00
|
|
|
config ARCH_BCM_MOBILE_L2_CACHE
|
|
|
|
bool "Broadcom mobile SoC level 2 cache support"
|
|
|
|
depends on (ARCH_BCM_281XX || ARCH_BCM_21664)
|
|
|
|
default y
|
|
|
|
select CACHE_L2X0
|
|
|
|
select ARCH_BCM_MOBILE_SMC
|
|
|
|
|
|
|
|
config ARCH_BCM_MOBILE_SMC
|
|
|
|
bool
|
|
|
|
depends on ARCH_BCM_281XX || ARCH_BCM_21664
|
|
|
|
|
2014-04-15 14:37:19 +02:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|
2013-09-23 19:20:33 +02:00
|
|
|
|
2014-02-21 01:16:11 +01:00
|
|
|
config ARCH_BCM2835
|
|
|
|
bool "Broadcom BCM2835 family" if ARCH_MULTI_V6
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select ARM_AMBA
|
|
|
|
select ARM_ERRATA_411920
|
|
|
|
select ARM_TIMER_SP804
|
|
|
|
select CLKSRC_OF
|
|
|
|
select PINCTRL
|
|
|
|
select PINCTRL_BCM2835
|
|
|
|
help
|
|
|
|
This enables support for the Broadcom BCM2835 SoC. This SoC is
|
|
|
|
used in the Raspberry Pi and Roku 2 devices.
|
|
|
|
|
ARM: BCM5301X: initial support for the BCM5301X/BCM470X SoCs with ARM CPU
This patch adds support for the BCM5301X/BCM470X SoCs with an ARM CPUs.
Currently just booting to a shell is working and nothing else, no
Ethernet, wifi, flash, ...
I have some pending patches to make Ethernet work for this device.
Mostly device tree support for bcma is missing.
This SoC is used in small office and home router with Broadcom SoCs
it's internal name is Northstar. This code should support the BCM4707,
BCM4708, BCM4709, BCM53010, BCM53011 and BCM53012 SoC. It uses one or
two ARM Cortex A9 Cores, some highlights are 2 PCIe 2.0 controllers,
4 Gigabit Ethernet MACs and a USB 3.0 host controller.
This SoC uses a dual core CPU, but this is currently not implemented.
More information about this SoC can be found here:
http://www.anandtech.com/show/5925/broadcom-announces-bcm4708x-and-bcm5301x-socs-for-80211ac-routers
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Christian Daudt <bcm@fixthebug.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
2014-02-04 00:01:43 +01:00
|
|
|
config ARCH_BCM_5301X
|
|
|
|
bool "Broadcom BCM470X / BCM5301X ARM SoC" if ARCH_MULTI_V7
|
|
|
|
select ARM_GIC
|
|
|
|
select CACHE_L2X0
|
|
|
|
select HAVE_ARM_SCU if SMP
|
|
|
|
select HAVE_ARM_TWD if SMP
|
|
|
|
select ARM_GLOBAL_TIMER
|
|
|
|
select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
|
|
|
|
help
|
|
|
|
Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores.
|
|
|
|
|
|
|
|
This is a network SoC line mostly used in home routers and
|
|
|
|
wifi access points, it's internal name is Northstar.
|
|
|
|
This inclused the following SoC: BCM53010, BCM53011, BCM53012,
|
|
|
|
BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
|
|
|
|
BCM4708 and BCM4709.
|
|
|
|
|
|
|
|
Do not confuse this with the BCM4760 which is a totally
|
|
|
|
different SoC or with the older BCM47XX and BCM53XX based
|
|
|
|
network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
|
|
|
|
|
2013-09-23 19:20:33 +02:00
|
|
|
endmenu
|