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>

No differences found