diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-01-23 14:59:10 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-02-18 06:20:08 -0500 |
commit | ff34cae5b4fc7a84113d7c7e8611ba87a7c31dba (patch) | |
tree | 4ff82793567b21bc5d89a3544a76510b7325a355 /arch/arm/mach-bcm/Kconfig | |
parent | 95fcedb027a27f32bf2434f9271635c380e57fb5 (diff) |
ARM: BCM: put back ARCH_MULTI_V7 dependency for mobile
A recent cleanup rearranged the Kconfig file for mach-bcm and
accidentally dropped the dependency on ARCH_MULTI_V7, which
makes it possible to now build the two mobile SoC platforms
on an ARMv6-only kernel, resulting in a log of Kconfig
warnings like
warning: ARCH_BCM_MOBILE selects ARM_ERRATA_775420 which has unmet direct dependencies (CPU_V7)
and which of course cannot work on any machine.
This puts back the dependencies as before.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 64e74aa788f99 ("ARM: mach-bcm: ARCH_BCM_MOBILE: remove one level of menu from Kconfig")
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Scott Branden <sbranden@broadcom.com>
Diffstat (limited to 'arch/arm/mach-bcm/Kconfig')
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 4 |
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 | ||
70 | config ARCH_BCM_281XX | 70 | config 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 | ||
79 | config ARCH_BCM_21664 | 79 | config 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 |