xref: /linux/arch/arm/mach-bcm/Kconfig (revision 58d3077a757a573f39c7052205240a85f2090aa0)
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
98011657bSChristian 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
15*58d3077aSMarkus Mayer	select CACHE_L2X0
168ac49e04SChristian Daudt	help
178ac49e04SChristian Daudt	  This enables support for system based on Broadcom SoCs.
188ac49e04SChristian Daudt	  It currently supports the 'BCM281XX' family, which includes
198ac49e04SChristian Daudt	  BCM11130, BCM11140, BCM11351, BCM28145 and
208ac49e04SChristian Daudt	  BCM28155 variants.
21