Kconfig 708 字节
Newer Older
1
config ARCH_BCM
2 3 4 5 6 7 8 9 10 11 12 13
	bool "Broadcom SoC Support"
	depends on ARCH_MULTIPLATFORM
	help
	  This enables support for Broadcom ARM based SoC
          chips

if ARCH_BCM

menu "Broadcom SoC Selection"

config ARCH_BCM_MOBILE
	bool "Broadcom Mobile SoC" if ARCH_MULTI_V7
14 15 16 17 18
	depends on MMU
	select ARCH_REQUIRE_GPIOLIB
	select ARM_ERRATA_754322
	select ARM_ERRATA_764369 if SMP
	select ARM_GIC
M
Markus Mayer 已提交
19
	select GPIO_BCM_KONA
20
	select TICK_ONESHOT
M
Markus Mayer 已提交
21
	select CACHE_L2X0
22
	select HAVE_ARM_ARCH_TIMER
23
	select PINCTRL
24
	help
25
	  This enables support for systems based on Broadcom mobile SoCs.
26 27 28
	  It currently supports the 'BCM281XX' family, which includes
	  BCM11130, BCM11140, BCM11351, BCM28145 and
	  BCM28155 variants.
29 30 31 32

endmenu

endif