Kconfig 533 字节
Newer Older
1 2 3 4 5 6 7 8
config ARCH_BCM
	bool "Broadcom SoC" if ARCH_MULTI_V7
	depends on MMU
	select ARCH_REQUIRE_GPIOLIB
	select ARM_ERRATA_754322
	select ARM_ERRATA_764369 if SMP
	select ARM_GIC
	select CPU_V7
9
	select CLKSRC_OF
10 11
	select GENERIC_CLOCKEVENTS
	select GENERIC_TIME
M
Markus Mayer 已提交
12
	select GPIO_BCM_KONA
13 14
	select SPARSE_IRQ
	select TICK_ONESHOT
M
Markus Mayer 已提交
15
	select CACHE_L2X0
16 17 18 19 20
	help
	  This enables support for system based on Broadcom SoCs.
	  It currently supports the 'BCM281XX' family, which includes
	  BCM11130, BCM11140, BCM11351, BCM28145 and
	  BCM28155 variants.