diff options
author | Peter De Schrijver <pdeschrijver@nvidia.com> | 2011-10-12 14:53:05 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-10-13 15:04:54 -0700 |
commit | add29e61d4651fc2f87dab443f47faa70ee96f8f (patch) | |
tree | 0b82c22aa4ca355bdd3be3c2933ec36d47bfa31f /arch/arm/mach-tegra/Kconfig | |
parent | 21fb1ccc92655d8eabed9b8fdfa2a65bf6e58a33 (diff) |
arm/tegra: device tree support for ventana board
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index d82ebab50e11..91aff7cb8284 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -69,6 +69,12 @@ config MACH_WARIO help Support for the Wario version of Seaboard +config MACH_VENTANA + bool "Ventana board" + select MACH_TEGRA_DT + help + Support for the nVidia Ventana development platform + choice prompt "Low-level debug console UART" default TEGRA_DEBUG_UART_NONE |