aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-05-21 17:07:19 -0400
committerStephen Warren <swarren@nvidia.com>2012-06-20 14:37:41 -0400
commit2c95b7e06f63b264500fbcd5b4718c1a7258aa76 (patch)
tree1376bb5105df7d6de49d35527717597e35baa6c5 /arch/arm/Kconfig
parent9132b0ed57320996b16eafbf651a04e02ad29092 (diff)
ARM: tegra: remove CONFIG_MACH_TEGRA_DT
* Make ARCH_TEGRA select USE_OF; DT is the way forward. * Build board-dt-tegra*.c when the relevant Tegra SoC support is enabled, rather than requiring a specific config option for this. * The board-specific config options already build board-*-pinmux.o, and when booting from device tree these files are no longer needed, so we can remove some Makefile commands related to those files. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 84449dd8f031..3b24b41458ae 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -645,6 +645,7 @@ config ARCH_TEGRA
645 select MIGHT_HAVE_CACHE_L2X0 645 select MIGHT_HAVE_CACHE_L2X0
646 select NEED_MACH_IO_H if PCI 646 select NEED_MACH_IO_H if PCI
647 select ARCH_HAS_CPUFREQ 647 select ARCH_HAS_CPUFREQ
648 select USE_OF
648 help 649 help
649 This enables support for NVIDIA Tegra based systems (Tegra APX, 650 This enables support for NVIDIA Tegra based systems (Tegra APX,
650 Tegra 6xx and Tegra 2 series). 651 Tegra 6xx and Tegra 2 series).