Kconfig (99b90b5d02e16767c94c41452e480bd530fda111) Kconfig (2eac9c2dfb2b9660d592abbf3d172ebcb0af3719)
1# SPDX-License-Identifier: GPL-2.0
2menuconfig ARCH_BCM
3 bool "Broadcom SoC Support"
4 depends on ARCH_MULTI_V6_V7
5 help
6 This enables support for Broadcom ARM based SoC chips
7
8if ARCH_BCM

--- 6 unchanged lines hidden (view full) ---

15 select CACHE_L2X0
16 select HAVE_ARM_SCU if SMP
17 select HAVE_ARM_TWD if SMP
18 select ARM_GLOBAL_TIMER
19 select CLKSRC_MMIO
20 select GPIOLIB
21 select ARM_AMBA
22 select PINCTRL
1# SPDX-License-Identifier: GPL-2.0
2menuconfig ARCH_BCM
3 bool "Broadcom SoC Support"
4 depends on ARCH_MULTI_V6_V7
5 help
6 This enables support for Broadcom ARM based SoC chips
7
8if ARCH_BCM

--- 6 unchanged lines hidden (view full) ---

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

--- 152 unchanged lines hidden (view full) ---

184
185 The base chip is BCM53573 and there are some packaging modifications
186 like BCM47189 and BCM47452.
187
188config ARCH_BCM_63XX
189 bool "Broadcom BCM63xx DSL SoC"
190 depends on ARCH_MULTI_V7
191 depends on MMU
24 help
25 This enables support for systems based on Broadcom IPROC architected SoCs.
26 The IPROC complex contains one or more ARM CPUs along with common
27 core peripherals. Application specific SoCs are created by adding a
28 uArchitecture containing peripherals outside of the IPROC complex.
29 Currently supported SoCs are Cygnus.
30
31config ARCH_BCM_CYGNUS

--- 152 unchanged lines hidden (view full) ---

184
185 The base chip is BCM53573 and there are some packaging modifications
186 like BCM47189 and BCM47452.
187
188config ARCH_BCM_63XX
189 bool "Broadcom BCM63xx DSL SoC"
190 depends on ARCH_MULTI_V7
191 depends on MMU
192 select ARCH_HAS_RESET_CONTROLLER
193 select ARM_ERRATA_754322
194 select ARM_ERRATA_764369 if SMP
195 select ARM_GIC
196 select ARM_GLOBAL_TIMER
197 select CACHE_L2X0
198 select HAVE_ARM_ARCH_TIMER
199 select HAVE_ARM_TWD if SMP
200 select HAVE_ARM_SCU if SMP

--- 26 unchanged lines hidden ---
192 select ARM_ERRATA_754322
193 select ARM_ERRATA_764369 if SMP
194 select ARM_GIC
195 select ARM_GLOBAL_TIMER
196 select CACHE_L2X0
197 select HAVE_ARM_ARCH_TIMER
198 select HAVE_ARM_TWD if SMP
199 select HAVE_ARM_SCU if SMP

--- 26 unchanged lines hidden ---