ARM: mach-bcm: Remove GENERIC_TIME
[deliverable/linux.git] / arch / arm / mach-bcm / Kconfig
CommitLineData
8ac49e04 1config ARCH_BCM
badb9238
CD
2 bool "Broadcom SoC Support"
3 depends on ARCH_MULTIPLATFORM
4 help
5 This enables support for Broadcom ARM based SoC
6 chips
7
8if ARCH_BCM
9
10menu "Broadcom SoC Selection"
11
12config ARCH_BCM_MOBILE
13 bool "Broadcom Mobile SoC" if ARCH_MULTI_V7
8ac49e04
CD
14 depends on MMU
15 select ARCH_REQUIRE_GPIOLIB
16 select ARM_ERRATA_754322
17 select ARM_ERRATA_764369 if SMP
18 select ARM_GIC
19 select CPU_V7
8011657b 20 select CLKSRC_OF
8ac49e04 21 select GENERIC_CLOCKEVENTS
29c700d7 22 select GPIO_BCM_KONA
8ac49e04
CD
23 select SPARSE_IRQ
24 select TICK_ONESHOT
58d3077a 25 select CACHE_L2X0
e84dfa26 26 select HAVE_ARM_ARCH_TIMER
54b1aa5a 27 select PINCTRL
8ac49e04 28 help
badb9238 29 This enables support for systems based on Broadcom mobile SoCs.
8ac49e04
CD
30 It currently supports the 'BCM281XX' family, which includes
31 BCM11130, BCM11140, BCM11351, BCM28145 and
32 BCM28155 variants.
badb9238
CD
33
34endmenu
35
36endif
This page took 0.071046 seconds and 5 git commands to generate.