xref: /linux/arch/arm/mach-bcm/Kconfig (revision 8ac49e0485bb79223a111b366a3b1f5ec9148729)
1*8ac49e04SChristian Daudtconfig ARCH_BCM
2*8ac49e04SChristian Daudt	bool "Broadcom SoC" if ARCH_MULTI_V7
3*8ac49e04SChristian Daudt	depends on MMU
4*8ac49e04SChristian Daudt	select ARCH_REQUIRE_GPIOLIB
5*8ac49e04SChristian Daudt	select ARM_ERRATA_754322
6*8ac49e04SChristian Daudt	select ARM_ERRATA_764369 if SMP
7*8ac49e04SChristian Daudt	select ARM_GIC
8*8ac49e04SChristian Daudt	select CPU_V7
9*8ac49e04SChristian Daudt	select GENERIC_CLOCKEVENTS
10*8ac49e04SChristian Daudt	select GENERIC_GPIO
11*8ac49e04SChristian Daudt	select GENERIC_TIME
12*8ac49e04SChristian Daudt	select GPIO_BCM
13*8ac49e04SChristian Daudt	select SPARSE_IRQ
14*8ac49e04SChristian Daudt	select TICK_ONESHOT
15*8ac49e04SChristian Daudt	help
16*8ac49e04SChristian Daudt	  This enables support for system based on Broadcom SoCs.
17*8ac49e04SChristian Daudt	  It currently supports the 'BCM281XX' family, which includes
18*8ac49e04SChristian Daudt	  BCM11130, BCM11140, BCM11351, BCM28145 and
19*8ac49e04SChristian Daudt	  BCM28155 variants.
20