[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1324341747-5922-3-git-send-email-felipe.contreras@gmail.com>
Date: Tue, 20 Dec 2011 02:42:19 +0200
From: Felipe Contreras <felipe.contreras@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>, Felipe Balbi <balbi@...com>,
Vladimir Zapolskiy <vz@...ia.com>,
Felipe Contreras <felipe.contreras@...il.com>,
Russell King <linux@....linux.org.uk> (maintainer:ARM PORT
,commit_signer:1/2=50%),
Will Deacon <will.deacon@....com> (commit_signer:1/2=50%),
linux-arm-kernel@...ts.infradead.org (open list:ARM PORT)
Subject: [PATCH 02/10] arm: vexpress: fix kconfig warning
warning: (ARCH_OMAP4 && ARCH_VEXPRESS_CA9X4) selects ARM_ERRATA_720789 which has unmet direct dependencies (CPU_V7 && SMP)
warning: (ARCH_VEXPRESS_CA9X4) selects ARM_ERRATA_751472 which has unmet direct dependencies (CPU_V7 && SMP)
Signed-off-by: Felipe Contreras <felipe.contreras@...il.com>
---
arch/arm/mach-vexpress/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig
index 9311484..3fbcb8c 100644
--- a/arch/arm/mach-vexpress/Kconfig
+++ b/arch/arm/mach-vexpress/Kconfig
@@ -5,8 +5,8 @@ config ARCH_VEXPRESS_CA9X4
bool "Versatile Express Cortex-A9x4 tile"
select CPU_V7
select ARM_GIC
- select ARM_ERRATA_720789
- select ARM_ERRATA_751472
+ select ARM_ERRATA_720789 if SMP
+ select ARM_ERRATA_751472 if SMP
select ARM_ERRATA_753970
endmenu
--
1.7.8.rc1.14.g248db
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists