Merge tag 'sunxi-core-for-3.16-2' of https://github.com/mripard/linux into next/soc
[pandora-kernel.git] / arch / arm / mach-bcm / Kconfig
1 config ARCH_BCM
2         bool "Broadcom SoC Support"
3         depends on ARCH_MULTIPLATFORM
4         help
5           This enables support for Broadcom ARM based SoC
6           chips
7
8 if ARCH_BCM
9
10 menu "Broadcom SoC Selection"
11
12 config ARCH_BCM_MOBILE
13         bool "Broadcom Mobile SoC" if ARCH_MULTI_V7
14         select ARCH_REQUIRE_GPIOLIB
15         select ARM_ERRATA_754322
16         select ARM_ERRATA_764369 if SMP
17         select ARM_GIC
18         select GPIO_BCM_KONA
19         select TICK_ONESHOT
20         select CACHE_L2X0
21         select HAVE_ARM_ARCH_TIMER
22         select PINCTRL
23         help
24           This enables support for systems based on Broadcom mobile SoCs.
25           It currently supports the 'BCM281XX' family, which includes
26           BCM11130, BCM11140, BCM11351, BCM28145 and
27           BCM28155 variants.
28
29 config ARCH_BCM2835
30         bool "Broadcom BCM2835 family" if ARCH_MULTI_V6
31         select ARCH_REQUIRE_GPIOLIB
32         select ARM_AMBA
33         select ARM_ERRATA_411920
34         select ARM_TIMER_SP804
35         select CLKSRC_OF
36         select PINCTRL
37         select PINCTRL_BCM2835
38         help
39           This enables support for the Broadcom BCM2835 SoC. This SoC is
40           used in the Raspberry Pi and Roku 2 devices.
41
42 config ARCH_BCM_5301X
43         bool "Broadcom BCM470X / BCM5301X ARM SoC" if ARCH_MULTI_V7
44         select ARM_GIC
45         select CACHE_L2X0
46         select HAVE_ARM_SCU if SMP
47         select HAVE_ARM_TWD if SMP
48         select ARM_GLOBAL_TIMER
49         select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
50         select MIGHT_HAVE_PCI
51         help
52           Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores.
53
54           This is a network SoC line mostly used in home routers and
55           wifi access points, it's internal name is Northstar.
56           This inclused the following SoC: BCM53010, BCM53011, BCM53012,
57           BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
58           BCM4708 and BCM4709.
59
60           Do not confuse this with the BCM4760 which is a totally
61           different SoC or with the older BCM47XX and BCM53XX based
62           network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
63
64 endmenu
65
66 endif