Kconfig (1136fa0c07de570dc17858745af8be169d1440ba) | Kconfig (2f618d5ef5dd05e2380ee627814de90d5a33c3f2) |
---|---|
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 --- 171 unchanged lines hidden (view full) --- 180 alternative for Northstar family. 181 182 The base chip is BCM53573 and there are some packaging modifications 183 like BCM47189 and BCM47452. 184 185config ARCH_BCM_63XX 186 bool "Broadcom BCM63xx DSL SoC" 187 depends on ARCH_MULTI_V7 | 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 --- 171 unchanged lines hidden (view full) --- 180 alternative for Northstar family. 181 182 The base chip is BCM53573 and there are some packaging modifications 183 like BCM47189 and BCM47452. 184 185config ARCH_BCM_63XX 186 bool "Broadcom BCM63xx DSL SoC" 187 depends on ARCH_MULTI_V7 |
188 depends on MMU | |
189 select ARCH_HAS_RESET_CONTROLLER 190 select ARM_ERRATA_754322 191 select ARM_ERRATA_764369 if SMP 192 select ARM_GIC 193 select ARM_GLOBAL_TIMER 194 select CACHE_L2X0 195 select HAVE_ARM_ARCH_TIMER 196 select HAVE_ARM_TWD if SMP --- 26 unchanged lines hidden --- | 188 select ARCH_HAS_RESET_CONTROLLER 189 select ARM_ERRATA_754322 190 select ARM_ERRATA_764369 if SMP 191 select ARM_GIC 192 select ARM_GLOBAL_TIMER 193 select CACHE_L2X0 194 select HAVE_ARM_ARCH_TIMER 195 select HAVE_ARM_TWD if SMP --- 26 unchanged lines hidden --- |