blob: bf02471d7e7c773ff1e97efe6ee343218940f4f1 [file] [log] [blame]
Christian Daudt8ac49e02012-11-19 09:46:10 -08001config ARCH_BCM
2 bool "Broadcom SoC" if ARCH_MULTI_V7
3 depends on MMU
4 select ARCH_REQUIRE_GPIOLIB
5 select ARM_ERRATA_754322
6 select ARM_ERRATA_764369 if SMP
7 select ARM_GIC
8 select CPU_V7
9 select GENERIC_CLOCKEVENTS
Christian Daudt8ac49e02012-11-19 09:46:10 -080010 select GENERIC_TIME
11 select GPIO_BCM
12 select SPARSE_IRQ
13 select TICK_ONESHOT
14 help
15 This enables support for system based on Broadcom SoCs.
16 It currently supports the 'BCM281XX' family, which includes
17 BCM11130, BCM11140, BCM11351, BCM28145 and
18 BCM28155 variants.