aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-bcm/Kconfig')
-rw-r--r--arch/arm/mach-bcm/Kconfig12
1 files changed, 4 insertions, 8 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index b8cc9e8992f1..1c73a7c55418 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -1,19 +1,17 @@
1config ARCH_BCM 1config ARCH_BCM
2 bool "Broadcom SoC Support" 2 bool "Broadcom SoC Support" if ARCH_MULTI_V6_V7
3 depends on ARCH_MULTIPLATFORM
4 help 3 help
5 This enables support for Broadcom ARM based SoC 4 This enables support for Broadcom ARM based SoC chips
6 chips
7
8if ARCH_BCM
9 5
10menu "Broadcom SoC Selection" 6menu "Broadcom SoC Selection"
7 depends on ARCH_BCM
11 8
12config ARCH_BCM_MOBILE 9config ARCH_BCM_MOBILE
13 bool "Broadcom Mobile SoC Support" if ARCH_MULTI_V7 10 bool "Broadcom Mobile SoC Support" if ARCH_MULTI_V7
14 select ARCH_REQUIRE_GPIOLIB 11 select ARCH_REQUIRE_GPIOLIB
15 select ARM_ERRATA_754322 12 select ARM_ERRATA_754322
16 select ARM_ERRATA_764369 if SMP 13 select ARM_ERRATA_764369 if SMP
14 select ARM_ERRATA_775420
17 select ARM_GIC 15 select ARM_GIC
18 select GPIO_BCM_KONA 16 select GPIO_BCM_KONA
19 select TICK_ONESHOT 17 select TICK_ONESHOT
@@ -92,5 +90,3 @@ config ARCH_BCM_5301X
92 network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx 90 network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
93 91
94endmenu 92endmenu
95
96endif