diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-08-20 15:36:38 (GMT) |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-06 17:46:59 (GMT) |
commit | 0b0d00e2efd5221d7558747132e3938c5d58bed8 (patch) | |
tree | d1faa69e7784e25bc890544a7c21a120807edde8 | |
parent | f8e798a9e215068e0de3dcc3d61a3dc4b94fde12 (diff) | |
download | linux-0b0d00e2efd5221d7558747132e3938c5d58bed8.tar.xz |
ARM: tegra: remove duplicate select USE_OF
ARCH_TEGRA (arch/arm/Kconfig) now selects USE_OF, so there's not need
for ARCH_TEGRA_3x_SOC to do so too.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 9077aaa..cce4bb0 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -34,7 +34,6 @@ config ARCH_TEGRA_3x_SOC select USB_ARCH_HAS_EHCI if USB_SUPPORT select USB_ULPI if USB select USB_ULPI_VIEWPORT if USB_SUPPORT - select USE_OF select ARM_ERRATA_743622 select ARM_ERRATA_751472 select ARM_ERRATA_754322 |