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)
commit45c9e5929624e3a169e3d4c0e6568a4e570272a2
tree34df19b7e3991acc24b9fd37e11e8c120f0007b0
parentdeeb8d194814c98be379a284e07d938c6af066f4
ARM: tegra: fix Kconfig warnings when !SMP

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