blob: 7f6fca8016691d0e02916cef2a242c54dc8e94a9 [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
Christian Daudt80116572013-03-13 14:27:27 -07009 select CLKSRC_OF
Christian Daudt8ac49e02012-11-19 09:46:10 -080010 select GENERIC_CLOCKEVENTS
Christian Daudt8ac49e02012-11-19 09:46:10 -080011 select GENERIC_TIME
Markus Mayer29c700d2013-09-10 11:07:02 -070012 select GPIO_BCM_KONA
Christian Daudt8ac49e02012-11-19 09:46:10 -080013 select SPARSE_IRQ
14 select TICK_ONESHOT
Markus Mayer58d30772013-06-19 16:15:18 -070015 select CACHE_L2X0
Christian Daudt8ac49e02012-11-19 09:46:10 -080016 help
17 This enables support for system based on Broadcom SoCs.
18 It currently supports the 'BCM281XX' family, which includes
19 BCM11130, BCM11140, BCM11351, BCM28145 and
20 BCM28155 variants.