aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorPeter De Schrijver <pdeschrijver@nvidia.com>2011-12-14 10:03:18 -0500
committerOlof Johansson <olof@lixom.net>2011-12-17 23:15:16 -0500
commita2385dc502a9c7eb3a7d0b8c033c344c459a13aa (patch)
tree0218f650ffde15402afa20cf208646156973132e /arch/arm/mach-tegra/Kconfig
parentc37c07ddf26910f39cdc55df54640439d3a38083 (diff)
arm/tegra: rename board-dt.c to board-dt-tegra20.c
Tegra20 based boards will be handled by the current board-dt.c file. Tegra30 based boards will be handled by a new board-dt-tegra30.c file. Hence rename the existing board-dt.c to board-dt-tegra20.c to reflect its use. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Colin Cross <ccross@android.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 2b1d49b93ef4..996828d68dc0 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -57,10 +57,10 @@ config MACH_SEABOARD
57 have large similarities with the seaboard design. 57 have large similarities with the seaboard design.
58 58
59config MACH_TEGRA_DT 59config MACH_TEGRA_DT
60 bool "Generic Tegra board (FDT support)" 60 bool "Generic Tegra20 board (FDT support)"
61 select USE_OF 61 select USE_OF
62 help 62 help
63 Support for generic nVidia Tegra boards using Flattened Device Tree 63 Support for generic NVIDIA Tegra20 boards using Flattened Device Tree
64 64
65config MACH_TRIMSLICE 65config MACH_TRIMSLICE
66 bool "TrimSlice board" 66 bool "TrimSlice board"