| Submitter | Stephen Warren |
|---|---|
| Date | Dec. 19, 2011, 7:24 p.m. |
| Message ID | <1324322645-30653-2-git-send-email-swarren@nvidia.com> |
| Download | mbox | patch |
| Permalink | /patch/132296/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index b3d78fc..373652d 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
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> --- arch/arm/mach-tegra/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)