xref: /linux/arch/arm/mach-bcm/Kconfig (revision 8011657b9e63cb2e914b9a0f75233b910c1854cb)
18ac49e04SChristian Daudtconfig ARCH_BCM
28ac49e04SChristian Daudt	bool "Broadcom SoC" if ARCH_MULTI_V7
38ac49e04SChristian Daudt	depends on MMU
48ac49e04SChristian Daudt	select ARCH_REQUIRE_GPIOLIB
58ac49e04SChristian Daudt	select ARM_ERRATA_754322
68ac49e04SChristian Daudt	select ARM_ERRATA_764369 if SMP
78ac49e04SChristian Daudt	select ARM_GIC
88ac49e04SChristian Daudt	select CPU_V7
9*8011657bSChristian Daudt	select CLKSRC_OF
108ac49e04SChristian Daudt	select GENERIC_CLOCKEVENTS
118ac49e04SChristian Daudt	select GENERIC_TIME
128ac49e04SChristian Daudt	select GPIO_BCM
138ac49e04SChristian Daudt	select SPARSE_IRQ
148ac49e04SChristian Daudt	select TICK_ONESHOT
158ac49e04SChristian Daudt	help
168ac49e04SChristian Daudt	  This enables support for system based on Broadcom SoCs.
178ac49e04SChristian Daudt	  It currently supports the 'BCM281XX' family, which includes
188ac49e04SChristian Daudt	  BCM11130, BCM11140, BCM11351, BCM28145 and
198ac49e04SChristian Daudt	  BCM28155 variants.
20