2012-11-19 18:46:10 +01:00
|
|
|
config ARCH_BCM
|
2013-09-23 19:20:33 +02:00
|
|
|
bool "Broadcom SoC Support"
|
|
|
|
depends on ARCH_MULTIPLATFORM
|
|
|
|
help
|
|
|
|
This enables support for Broadcom ARM based SoC
|
|
|
|
chips
|
|
|
|
|
|
|
|
if ARCH_BCM
|
|
|
|
|
|
|
|
menu "Broadcom SoC Selection"
|
|
|
|
|
|
|
|
config ARCH_BCM_MOBILE
|
|
|
|
bool "Broadcom Mobile SoC" if ARCH_MULTI_V7
|
2012-11-19 18:46:10 +01:00
|
|
|
depends on MMU
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select ARM_ERRATA_754322
|
|
|
|
select ARM_ERRATA_764369 if SMP
|
|
|
|
select ARM_GIC
|
|
|
|
select CPU_V7
|
2013-03-13 22:27:27 +01:00
|
|
|
select CLKSRC_OF
|
2012-11-19 18:46:10 +01:00
|
|
|
select GENERIC_CLOCKEVENTS
|
|
|
|
select GENERIC_TIME
|
2013-09-10 20:07:02 +02:00
|
|
|
select GPIO_BCM_KONA
|
2012-11-19 18:46:10 +01:00
|
|
|
select SPARSE_IRQ
|
|
|
|
select TICK_ONESHOT
|
2013-06-20 01:15:18 +02:00
|
|
|
select CACHE_L2X0
|
2013-09-24 22:20:52 +02:00
|
|
|
select HAVE_ARM_ARCH_TIMER
|
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.
|
2012-11-19 18:46:10 +01:00
|
|
|
It currently supports the 'BCM281XX' family, which includes
|
|
|
|
BCM11130, BCM11140, BCM11351, BCM28145 and
|
|
|
|
BCM28155 variants.
|
2013-09-23 19:20:33 +02:00
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|