]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: BCM: put back ARCH_MULTI_V7 dependency for mobile
authorArnd Bergmann <arnd@arndb.de>
Fri, 23 Jan 2015 19:59:10 +0000 (20:59 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 18 Feb 2015 11:20:08 +0000 (12:20 +0100)
commit6d04c42fd9c2c480c0f082c3fcf571a94a362bc7
tree4ff82793567b21bc5d89a3544a76510b7325a355
parentf1800bba01895603fc21b2630dab5d7e7c2dbb48
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: 1448eaefe71e0 ("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>
arch/arm/mach-bcm/Kconfig