Kconfig (95a0c7c2d6cfde3fb5fdb713428ed0df4d6bdd58) Kconfig (83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca)
1menuconfig ARCH_BCM
2 bool "Broadcom SoC Support"
3 depends on ARCH_MULTI_V6_V7
4 help
5 This enables support for Broadcom ARM based SoC chips
6
7if ARCH_BCM
8

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

17 select ARM_GLOBAL_TIMER
18 select CLKSRC_MMIO
19 select GPIOLIB
20 select ARM_AMBA
21 select PINCTRL
22 help
23 This enables support for systems based on Broadcom IPROC architected SoCs.
24 The IPROC complex contains one or more ARM CPUs along with common
1menuconfig ARCH_BCM
2 bool "Broadcom SoC Support"
3 depends on ARCH_MULTI_V6_V7
4 help
5 This enables support for Broadcom ARM based SoC chips
6
7if ARCH_BCM
8

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

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

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

63 select ARM_ERRATA_775420
64 select ARM_ERRATA_764369 if SMP
65 select HAVE_SMP
66
67 help
68 Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores.
69
70 This is a network SoC line mostly used in home routers and
26 uArchitecture containing peripherals outside of the IPROC complex.
27 Currently supported SoCs are Cygnus.
28
29config ARCH_BCM_CYGNUS
30 bool "Broadcom Cygnus Support"
31 depends on ARCH_MULTI_V7
32 select ARCH_BCM_IPROC
33 help

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

63 select ARM_ERRATA_775420
64 select ARM_ERRATA_764369 if SMP
65 select HAVE_SMP
66
67 help
68 Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores.
69
70 This is a network SoC line mostly used in home routers and
71 wifi access points, it's internal name is Northstar.
72 This inclused the following SoC: BCM53010, BCM53011, BCM53012,
71 wifi access points, its internal name is Northstar.
72 This includes the following SoC: BCM53010, BCM53011, BCM53012,
73 BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
74 BCM4708 and BCM4709.
75
76 Do not confuse this with the BCM4760 which is a totally
77 different SoC or with the older BCM47XX and BCM53XX based
78 network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
79
80comment "KONA architected SoCs"

--- 135 unchanged lines hidden ---
73 BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
74 BCM4708 and BCM4709.
75
76 Do not confuse this with the BCM4760 which is a totally
77 different SoC or with the older BCM47XX and BCM53XX based
78 network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
79
80comment "KONA architected SoCs"

--- 135 unchanged lines hidden ---