This is a note to let you know that I've just added the patch titled
ARM: BCM: put back ARCH_MULTI_V7 dependency for mobile
to the 3.19-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
arm-bcm-put-back-arch_multi_v7-dependency-for-mobile.patch
and it can be found in the queue-3.19 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From ff34cae5b4fc7a84113d7c7e8611ba87a7c31dba Mon Sep 17 00:00:00 2001
From: Arnd Bergmann <[email protected]>
Date: Fri, 23 Jan 2015 20:59:10 +0100
Subject: ARM: BCM: put back ARCH_MULTI_V7 dependency for mobile
From: Arnd Bergmann <[email protected]>
commit ff34cae5b4fc7a84113d7c7e8611ba87a7c31dba upstream.
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 <[email protected]>
Fixes: 64e74aa788f99 ("ARM: mach-bcm: ARCH_BCM_MOBILE: remove one level of menu
from Kconfig")
Acked-by: Florian Fainelli <[email protected]>
Acked-by: Scott Branden <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
arch/arm/mach-bcm/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -68,7 +68,7 @@ config ARCH_BCM_MOBILE
This enables support for systems based on Broadcom mobile SoCs.
config ARCH_BCM_281XX
- bool "Broadcom BCM281XX SoC family"
+ bool "Broadcom BCM281XX SoC family" if ARCH_MULTI_V7
select ARCH_BCM_MOBILE
select HAVE_SMP
help
@@ -77,7 +77,7 @@ config ARCH_BCM_281XX
variants.
config ARCH_BCM_21664
- bool "Broadcom BCM21664 SoC family"
+ bool "Broadcom BCM21664 SoC family" if ARCH_MULTI_V7
select ARCH_BCM_MOBILE
select HAVE_SMP
help
Patches currently in stable-queue which might be from [email protected] are
queue-3.19/cpufreq-s3c-remove-last-use-of-resume_clocks-callback.patch
queue-3.19/arm-vexpress-use-arm_cpu_suspend-if-needed.patch
queue-3.19/timberdale-do-not-select-timb_dma.patch
queue-3.19/asoc-rt5677-fix-spi-dependency.patch
queue-3.19/cpufreq-s3c-remove-incorrect-__init-annotations.patch
queue-3.19/arm-mvebu-build-armada375-smp-code-conditionally.patch
queue-3.19/arm-bcm-put-back-arch_multi_v7-dependency-for-mobile.patch
queue-3.19/usb-musb-add-omap-control-dependency.patch
queue-3.19/asoc-davinci-fix-dm365_evm-codec-selection.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html