]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: tegra: fix Kconfig warnings when !SMP
authorStephen Warren <swarren@nvidia.com>
Wed, 2 Jan 2013 21:34:15 +0000 (14:34 -0700)
committerStephen Warren <swarren@nvidia.com>
Mon, 28 Jan 2013 17:21:33 +0000 (10:21 -0700)
Fix:

warning: (ARCH_TEGRA_2x_SOC) selects ARM_ERRATA_754327 which has unmet direct dependencies (CPU_V7 && SMP)
warning: (ARCH_TEGRA_2x_SOC) selects ARM_ERRATA_742230 which has unmet direct dependencies (CPU_V7 && SMP)

by selecting options only if SMP.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/Kconfig

index b442f15fd01a8b7d49b14337c68896486da66cce..1ec7f80e2af54caad5e6aa4bf527ad7bc7c5b4e3 100644 (file)
@@ -6,9 +6,9 @@ config ARCH_TEGRA_2x_SOC
        bool "Enable support for Tegra20 family"
        select ARCH_REQUIRE_GPIOLIB
        select ARM_ERRATA_720789
-       select ARM_ERRATA_742230
+       select ARM_ERRATA_742230 if SMP
        select ARM_ERRATA_751472
-       select ARM_ERRATA_754327
+       select ARM_ERRATA_754327 if SMP
        select ARM_ERRATA_764369 if SMP
        select ARM_GIC
        select CPU_FREQ_TABLE if CPU_FREQ