]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 01:14:31 +0000 (18:14 -0700)
commitf5909743240448cffe37fc66ce032582e8c472d6
tree9161ffe40f7221f93a09a68698af2f382b18c158
parent2e5ab49a2fc61392ec303c0c82e1060c3ace3e10
ARM: tegra: unify Tegra's Kconfig a bit more

commit 20984c44b5a08620778ea14fa5807489170fd5ca upstream.

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>
Reported-by: Paul Walmsley <pwalmsley@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-tegra/Kconfig