diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-12-19 14:24:04 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-19 21:06:27 -0500 |
commit | 24692c0fc6ee62b1b98dfab962694ca40a3e404a (patch) | |
tree | f0983bdf79d5ef33068c19d61fdcb52efb67ee81 /arch/arm/mach-tegra | |
parent | 229f05fdb025ff82f47221c11ee5dfa73f7e4cb2 (diff) |
arm/tegra: Make MACH_TEGRA_DT depend on ARCH_TEGRA_2x_SOC
Now that Tegra20 and Tegra30 device tree board files are separate,
MACH_TEGRA_DT (which enables the Tegra20 device tree board file) should
depend on Tegra20 support being enabled.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index b3d78fcd4be..373652d76b9 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig | |||
@@ -66,6 +66,7 @@ config MACH_SEABOARD | |||
66 | 66 | ||
67 | config MACH_TEGRA_DT | 67 | config MACH_TEGRA_DT |
68 | bool "Generic Tegra20 board (FDT support)" | 68 | bool "Generic Tegra20 board (FDT support)" |
69 | depends on ARCH_TEGRA_2x_SOC | ||
69 | select USE_OF | 70 | select USE_OF |
70 | help | 71 | help |
71 | Support for generic NVIDIA Tegra20 boards using Flattened Device Tree | 72 | Support for generic NVIDIA Tegra20 boards using Flattened Device Tree |