Kconfig 5.2 KB
Newer Older
1
menuconfig ARCH_BCM
2 3
	bool "Broadcom SoC Support"
	depends on ARCH_MULTI_V6_V7
4
	help
5
	  This enables support for Broadcom ARM based SoC chips
6

7
if ARCH_BCM
8

9 10 11 12 13 14 15 16 17
comment "IPROC architected SoCs"

config ARCH_BCM_IPROC
	bool
	select ARM_GIC
	select CACHE_L2X0
	select HAVE_ARM_SCU if SMP
	select HAVE_ARM_TWD if SMP
	select ARM_GLOBAL_TIMER
18
	select COMMON_CLK_IPROC
19
	select CLKSRC_MMIO
20
	select GPIOLIB
21 22 23 24 25 26 27 28 29 30
	select ARM_AMBA
	select PINCTRL
	help
	  This enables support for systems based on Broadcom IPROC architected SoCs.
	  The IPROC complex contains one or more ARM CPUs along with common
	  core periperals. Application specific SoCs are created by adding a
	  uArchitecture containing peripherals outside of the IPROC complex.
	  Currently supported SoCs are Cygnus.

config ARCH_BCM_CYGNUS
31 32
	bool "Broadcom Cygnus Support"
	depends on ARCH_MULTI_V7
33 34 35 36 37 38 39
	select ARCH_BCM_IPROC
	help
	  Enable support for the Cygnus family,
	  which includes the following variants:
	  BCM11300, BCM11320, BCM11350, BCM11360,
	  BCM58300, BCM58302, BCM58303, BCM58305.

40
config ARCH_BCM_NSP
41 42
	bool "Broadcom Northstar Plus SoC Support"
	depends on ARCH_MULTI_V7
43 44 45
	select ARCH_BCM_IPROC
	select ARM_ERRATA_754322
	select ARM_ERRATA_775420
46 47
	select ARM_ERRATA_764369 if SMP
	select HAVE_SMP
48 49 50 51 52 53 54 55 56
	help
	  Support for Broadcom Northstar Plus SoC.
	  Broadcom Northstar Plus family of SoCs are used for switching control
	  and management applications as well as residential router/gateway
	  applications. The SoC features dual core Cortex A9 ARM CPUs,
	  integrating several peripheral interfaces including multiple Gigabit
	  Ethernet PHYs, DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and
	  NAND flash, SATA and several other IO controllers.

57
config ARCH_BCM_5301X
58 59
	bool "Broadcom BCM470X / BCM5301X ARM SoC"
	depends on ARCH_MULTI_V7
60
	select ARCH_BCM_IPROC
61 62 63
	select ARM_ERRATA_754322
	select ARM_ERRATA_775420
	select ARM_ERRATA_764369 if SMP
64
	select HAVE_SMP
65

66 67 68 69 70 71 72 73 74 75 76 77 78
	help
	  Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores.

	  This is a network SoC line mostly used in home routers and
	  wifi access points, it's internal name is Northstar.
	  This inclused the following SoC: BCM53010, BCM53011, BCM53012,
	  BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
	  BCM4708 and BCM4709.

	  Do not confuse this with the BCM4760 which is a totally
	  different SoC or with the older BCM47XX and BCM53XX based
	  network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx

79 80
comment "KONA architected SoCs"

81
config ARCH_BCM_MOBILE
82
	bool
83
	select GPIOLIB
84
	select ARM_ERRATA_754322
85
	select ARM_ERRATA_775420
86
	select ARM_GIC
M
Markus Mayer 已提交
87
	select GPIO_BCM_KONA
88
	select TICK_ONESHOT
89
	select HAVE_ARM_ARCH_TIMER
90
	select PINCTRL
91
	select ARCH_BCM_MOBILE_SMP if SMP
92
	select BCM_KONA_TIMER
93
	help
94
	  This enables support for systems based on Broadcom mobile SoCs.
95 96

config ARCH_BCM_281XX
97 98
	bool "Broadcom BCM281XX SoC family"
	depends on ARCH_MULTI_V7
99
	select ARCH_BCM_MOBILE
100
	select HAVE_SMP
101
	help
102
	  Enable support for the BCM281XX family, which includes
103 104 105 106
	  BCM11130, BCM11140, BCM11351, BCM28145 and BCM28155
	  variants.

config ARCH_BCM_21664
107 108
	bool "Broadcom BCM21664 SoC family"
	depends on ARCH_MULTI_V7
109
	select ARCH_BCM_MOBILE
110
	select HAVE_SMP
111
	help
112
	  Enable support for the BCM21664 family, which includes
113 114
	  BCM21663 and BCM21664 variants.

115 116
config ARCH_BCM_MOBILE_L2_CACHE
	bool "Broadcom mobile SoC level 2 cache support"
117
	depends on ARCH_BCM_MOBILE
118 119 120 121 122 123
	default y
	select CACHE_L2X0
	select ARCH_BCM_MOBILE_SMC

config ARCH_BCM_MOBILE_SMC
	bool
124
	depends on ARCH_BCM_MOBILE
125

126
config ARCH_BCM_MOBILE_SMP
127 128
	bool
	depends on ARCH_BCM_MOBILE
129 130 131 132 133 134 135
	select HAVE_ARM_SCU
	select ARM_ERRATA_764369
	help
	  SMP support for the BCM281XX and BCM21664 SoC families.
	  Provided as an option so SMP support for SoCs of this type
	  can be disabled for an SMP-enabled kernel.

136
comment "Other Architectures"
137

138
config ARCH_BCM2835
139
	bool "Broadcom BCM2835 family"
140
	depends on ARCH_MULTI_V6 || ARCH_MULTI_V7
141
	select GPIOLIB
142
	select ARM_AMBA
143
	select ARM_ERRATA_411920 if ARCH_MULTI_V6
144
	select ARM_TIMER_SP804
145
	select HAVE_ARM_ARCH_TIMER if ARCH_MULTI_V7
146
	select CLKSRC_OF
147
	select BCM2835_TIMER
148 149 150
	select PINCTRL
	select PINCTRL_BCM2835
	help
151 152
	  This enables support for the Broadcom BCM2835 and BCM2836 SoCs.
	  This SoC is used in the Raspberry Pi and Roku 2 devices.
153

154
config ARCH_BCM_63XX
155 156
	bool "Broadcom BCM63xx DSL SoC"
	depends on ARCH_MULTI_V7
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
	depends on MMU
	select ARM_ERRATA_754322
	select ARM_ERRATA_764369 if SMP
	select ARM_GIC
	select ARM_GLOBAL_TIMER
	select CACHE_L2X0
	select HAVE_ARM_ARCH_TIMER
	select HAVE_ARM_TWD if SMP
	select HAVE_ARM_SCU if SMP
	select HAVE_SMP
	help
	  This enables support for systems based on Broadcom DSL SoCs.
	  It currently supports the 'BCM63XX' ARM-based family, which includes
	  the BCM63138 variant.

172
config ARCH_BRCMSTB
173 174
	bool "Broadcom BCM7XXX based boards"
	depends on ARCH_MULTI_V7
175
	select ARM_GIC
176
	select ARM_ERRATA_798181 if SMP
177
	select HAVE_ARM_ARCH_TIMER
178
	select BRCMSTB_L2_IRQ
179
	select BCM7120_L2_IRQ
180
	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
B
Brian Norris 已提交
181
	select SOC_BRCMSTB
182
	select SOC_BUS
183 184 185 186 187 188 189
	help
	  Say Y if you intend to run the kernel on a Broadcom ARM-based STB
	  chipset.

	  This enables support for Broadcom ARM-based set-top box chipsets,
	  including the 7445 family of chips.

190
endif