From: Stephen Warren Date: Wed, 2 Jan 2013 21:34:15 +0000 (-0700) Subject: ARM: tegra: fix Kconfig warnings when !SMP X-Git-Tag: v3.9-rc1~122^2~9^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c9e5929624e3a169e3d4c0e6568a4e570272a2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed