From: Stephen Warren Date: Mon, 19 Dec 2011 19:24:04 +0000 (-0700) Subject: arm/tegra: Make MACH_TEGRA_DT depend on ARCH_TEGRA_2x_SOC X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=24692c0fc6ee62b1b98dfab962694ca40a3e404a;p=linux.git 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 Signed-off-by: Olof Johansson --- diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index b3d78fcd4beff..373652d76b900 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -66,6 +66,7 @@ config MACH_SEABOARD 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