2014-06-10 09:06:10 -05:00
menuconfig ARCH_BCM
2014-04-01 12:26:19 +04:00
bool "Broadcom SoC Support" if ARCH_MULTI_V6_V7
2013-09-23 10:20:33 -07:00
help
2014-04-01 12:26:19 +04:00
This enables support for Broadcom ARM based SoC chips
2013-09-23 10:20:33 -07:00
2014-06-10 09:06:10 -05:00
if ARCH_BCM
2013-09-23 10:20:33 -07:00
2014-08-15 12:52:00 -07:00
comment "IPROC architected SoCs"
config ARCH_BCM_IPROC
bool
select ARM_GIC
select CACHE_L2X0
select HAVE_ARM_SCU if SMP
select HAVE_ARM_TWD if SMP
select ARM_GLOBAL_TIMER
2015-10-15 15:48:24 -04:00
select COMMON_CLK_IPROC
2014-08-15 12:52:00 -07:00
select CLKSRC_MMIO
select ARCH_REQUIRE_GPIOLIB
select ARM_AMBA
select PINCTRL
help
This enables support for systems based on Broadcom IPROC architected SoCs.
The IPROC complex contains one or more ARM CPUs along with common
core periperals. Application specific SoCs are created by adding a
uArchitecture containing peripherals outside of the IPROC complex.
Currently supported SoCs are Cygnus.
config ARCH_BCM_CYGNUS
bool "Broadcom Cygnus Support" if ARCH_MULTI_V7
select ARCH_BCM_IPROC
help
Enable support for the Cygnus family,
which includes the following variants:
BCM11300, BCM11320, BCM11350, BCM11360,
BCM58300, BCM58302, BCM58303, BCM58305.
2015-08-26 18:35:28 -04:00
config ARCH_BCM_NSP
bool "Broadcom Northstar Plus SoC Support" if ARCH_MULTI_V7
select ARCH_BCM_IPROC
select ARM_ERRATA_754322
select ARM_ERRATA_775420
help
Support for Broadcom Northstar Plus SoC.
Broadcom Northstar Plus family of SoCs are used for switching control
and management applications as well as residential router/gateway
applications. The SoC features dual core Cortex A9 ARM CPUs,
integrating several peripheral interfaces including multiple Gigabit
Ethernet PHYs, DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and
NAND flash, SATA and several other IO controllers.
2014-10-21 18:51:33 -07:00
config ARCH_BCM_5301X
bool "Broadcom BCM470X / BCM5301X ARM SoC" if ARCH_MULTI_V7
select ARCH_BCM_IPROC
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
2014-10-22 09:52:13 -07:00
comment "KONA architected SoCs"
2013-09-23 10:20:33 -07:00
config ARCH_BCM_MOBILE
2014-10-22 09:52:13 -07:00
bool
2012-11-19 09:46:10 -08:00
select ARCH_REQUIRE_GPIOLIB
select ARM_ERRATA_754322
2014-04-18 10:13:20 -07:00
select ARM_ERRATA_775420
2012-11-19 09:46:10 -08:00
select ARM_GIC
2013-09-10 11:07:02 -07:00
select GPIO_BCM_KONA
2012-11-19 09:46:10 -08:00
select TICK_ONESHOT
2013-09-24 13:20:52 -07:00
select HAVE_ARM_ARCH_TIMER
2013-12-20 18:13:35 -08:00
select PINCTRL
2014-10-22 09:52:13 -07:00
select ARCH_BCM_MOBILE_SMP if SMP
2012-11-19 09:46:10 -08:00
help
2013-09-23 10:20:33 -07:00
This enables support for systems based on Broadcom mobile SoCs.
2014-04-15 07:37:19 -05:00
config ARCH_BCM_281XX
2015-01-23 20:59:10 +01:00
bool "Broadcom BCM281XX SoC family" if ARCH_MULTI_V7
2014-10-22 09:52:13 -07:00
select ARCH_BCM_MOBILE
2014-06-30 17:15:37 -05:00
select HAVE_SMP
2014-04-15 07:37:19 -05:00
help
2014-06-30 17:15:37 -05:00
Enable support for the BCM281XX family, which includes
2014-04-15 07:37:19 -05:00
BCM11130, BCM11140, BCM11351, BCM28145 and BCM28155
variants.
config ARCH_BCM_21664
2015-01-23 20:59:10 +01:00
bool "Broadcom BCM21664 SoC family" if ARCH_MULTI_V7
2014-10-22 09:52:13 -07:00
select ARCH_BCM_MOBILE
2014-06-30 17:15:37 -05:00
select HAVE_SMP
2014-04-15 07:37:19 -05:00
help
2014-06-30 17:15:37 -05:00
Enable support for the BCM21664 family, which includes
2014-04-15 07:37:19 -05:00
BCM21663 and BCM21664 variants.
2014-04-21 16:53:07 -05:00
config ARCH_BCM_MOBILE_L2_CACHE
bool "Broadcom mobile SoC level 2 cache support"
2014-10-22 09:52:13 -07:00
depends on ARCH_BCM_MOBILE
2014-04-21 16:53:07 -05:00
default y
select CACHE_L2X0
select ARCH_BCM_MOBILE_SMC
config ARCH_BCM_MOBILE_SMC
bool
2014-10-22 09:52:13 -07:00
depends on ARCH_BCM_MOBILE
2014-04-21 16:53:07 -05:00
2014-06-30 17:15:37 -05:00
config ARCH_BCM_MOBILE_SMP
2014-10-22 09:52:13 -07:00
bool
depends on ARCH_BCM_MOBILE
2014-06-30 17:15:37 -05:00
select HAVE_ARM_SCU
select ARM_ERRATA_764369
help
SMP support for the BCM281XX and BCM21664 SoC families.
Provided as an option so SMP support for SoCs of this type
can be disabled for an SMP-enabled kernel.
2014-08-15 12:52:00 -07:00
comment "Other Architectures"
2013-09-23 10:20:33 -07:00
2014-02-20 16:16:11 -08: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.
2014-02-20 15:53:13 -08:00
config ARCH_BCM_63XX
bool "Broadcom BCM63xx DSL SoC" if ARCH_MULTI_V7
depends on MMU
select ARM_ERRATA_754322
select ARM_ERRATA_764369 if SMP
select ARM_GIC
select ARM_GLOBAL_TIMER
select CACHE_L2X0
select HAVE_ARM_ARCH_TIMER
select HAVE_ARM_TWD if SMP
select HAVE_ARM_SCU if SMP
select HAVE_SMP
help
This enables support for systems based on Broadcom DSL SoCs.
It currently supports the 'BCM63XX' ARM-based family, which includes
the BCM63138 variant.
2014-01-16 15:00:42 -08:00
config ARCH_BRCMSTB
bool "Broadcom BCM7XXX based boards" if ARCH_MULTI_V7
select ARM_GIC
2015-08-04 18:43:28 -07:00
select ARM_ERRATA_798181 if SMP
2014-01-16 15:00:42 -08:00
select HAVE_ARM_ARCH_TIMER
2014-07-22 15:58:17 -07:00
select BRCMSTB_GISB_ARB
select BRCMSTB_L2_IRQ
2014-11-06 22:44:27 -08:00
select BCM7120_L2_IRQ
2015-08-06 19:22:38 -07:00
select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
2015-05-28 19:14:09 -07:00
select ARCH_WANT_OPTIONAL_GPIOLIB
2015-06-18 17:11:32 -07:00
select SOC_BRCMSTB
2014-01-16 15:00:42 -08:00
help
Say Y if you intend to run the kernel on a Broadcom ARM-based STB
chipset.
This enables support for Broadcom ARM-based set-top box chipsets,
including the 7445 family of chips.
2014-06-10 09:06:10 -05:00
endif