commit | 20984c44b5a08620778ea14fa5807489170fd5ca | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Aug 06 14:38:51 2013 -0600 |
committer | Stephen Warren <swarren@nvidia.com> | Thu Aug 08 11:45:13 2013 -0600 |
tree | 343ddd1396a6ea5f06444e8d008c54230c187c3f | |
parent | 9c0c4b43b194521e2cbf7064fbe35b8ce9e42149 [diff] |
ARM: tegra: unify Tegra's Kconfig a bit more 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>