ARM: tegra: unify Tegra's Kconfig a bit more
authorStephen Warren <swarren@nvidia.com>
Tue, 6 Aug 2013 20:38:51 +0000 (14:38 -0600)
committerStephen Warren <swarren@nvidia.com>
Thu, 8 Aug 2013 17:45:13 +0000 (11:45 -0600)
Move all common select clauses from ARCH_TEGRA_*_SOC to ARCH_TEGRA to
eliminate duplication. The USB-related selects all should have been
common too, but were missing from Tegra114 previously. Move these to
ARCH_TEGRA too. The latter fixes a build break when only Tegra114
support was enabled, but not Tegra20 or Tegra30 support.

Signed-off-by: Stephen Warren <swarren@nvidia.com>

No differences found