diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-05-21 21:07:19 (GMT) |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-06-20 18:37:41 (GMT) |
commit | 2c95b7e06f63b264500fbcd5b4718c1a7258aa76 (patch) | |
tree | 1376bb5105df7d6de49d35527717597e35baa6c5 /arch/arm/mach-tegra/Kconfig | |
parent | 9132b0ed57320996b16eafbf651a04e02ad29092 (diff) | |
download | linux-2c95b7e06f63b264500fbcd5b4718c1a7258aa76.tar.xz |
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/mach-tegra/Kconfig')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 5b9b116..621466a 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -87,13 +87,6 @@ config MACH_SEABOARD also be included for some of the derivative boards that have large similarities with the seaboard design. -config MACH_TEGRA_DT - bool "Generic Tegra20 board (FDT support)" - depends on ARCH_TEGRA_2x_SOC - select USE_OF - help - Support for generic NVIDIA Tegra20 boards using Flattened Device Tree - config MACH_TRIMSLICE bool "TrimSlice board" depends on ARCH_TEGRA_2x_SOC |