aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-bcm/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index aaeec78c3ec4..8b11f44bb36e 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -68,7 +68,7 @@ config ARCH_BCM_MOBILE
68 This enables support for systems based on Broadcom mobile SoCs. 68 This enables support for systems based on Broadcom mobile SoCs.
69 69
70config ARCH_BCM_281XX 70config ARCH_BCM_281XX
71 bool "Broadcom BCM281XX SoC family" 71 bool "Broadcom BCM281XX SoC family" if ARCH_MULTI_V7
72 select ARCH_BCM_MOBILE 72 select ARCH_BCM_MOBILE
73 select HAVE_SMP 73 select HAVE_SMP
74 help 74 help
@@ -77,7 +77,7 @@ config ARCH_BCM_281XX
77 variants. 77 variants.
78 78
79config ARCH_BCM_21664 79config ARCH_BCM_21664
80 bool "Broadcom BCM21664 SoC family" 80 bool "Broadcom BCM21664 SoC family" if ARCH_MULTI_V7
81 select ARCH_BCM_MOBILE 81 select ARCH_BCM_MOBILE
82 select HAVE_SMP 82 select HAVE_SMP
83 help 83 help