]> Pileus Git - ~andy/linux/commitdiff
ARM: keystone: select ARM_ERRATA_798181 only for SMP
authorArnd Bergmann <arnd@arndb.de>
Fri, 21 Jun 2013 23:03:47 +0000 (01:03 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 24 Jun 2013 14:14:01 +0000 (16:14 +0200)
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>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-keystone/Kconfig

index 2dbd4ce3653cb9a89f691e414aa79c3f1008be15..51a50e996840c5a63664a1d2952d750feb5515b2 100644 (file)
@@ -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.