public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: keystone: select ARM_ERRATA_798181 only for SMP
@ 2013-06-21 23:04 Arnd Bergmann
  2013-06-21 23:07 ` Santosh Shilimkar
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2013-06-21 23:04 UTC (permalink / raw)
  To: linux-arm-kernel

Selecting this symbol causes a build warning without SMP:

warning: (ARCH_KEYSTONE) selects ARM_ERRATA_798181 which has unmet direct dependencies (CPU_V7 && SMP)

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>

diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
index 2dbd4ce..51a50e9 100644
--- a/arch/arm/mach-keystone/Kconfig
+++ b/arch/arm/mach-keystone/Kconfig
@@ -9,7 +9,7 @@ config ARCH_KEYSTONE
 	select GENERIC_CLOCKEVENTS
 	select HAVE_SCHED_CLOCK
 	select ARCH_WANT_OPTIONAL_GPIOLIB
-	select ARM_ERRATA_798181
+	select ARM_ERRATA_798181 if SMP
 	help
 	  Support for boards based on the Texas Instruments Keystone family of
 	  SoCs.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-21 23:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-21 23:04 [PATCH] ARM: keystone: select ARM_ERRATA_798181 only for SMP Arnd Bergmann
2013-06-21 23:07 ` Santosh Shilimkar
2013-06-21 23:14   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox