summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/Kconfig
diff options
context:
space:
mode:
authorPavel Machek2009-11-18 19:18:24 +0100
committerDaniel Walker2009-11-20 15:40:19 +0100
commit348ee123a15ec064c0c4c98ecb5fbf4737153887 (patch)
treeb45314b8711be193e0410b02cfb9204104b8fbca /arch/arm/mach-msm/Kconfig
parentmsm: make debugging UART (for DEBUG_LL) configurable (diff)
downloadkernel-qcow2-linux-348ee123a15ec064c0c4c98ecb5fbf4737153887.tar.gz
kernel-qcow2-linux-348ee123a15ec064c0c4c98ecb5fbf4737153887.tar.xz
kernel-qcow2-linux-348ee123a15ec064c0c4c98ecb5fbf4737153887.zip
msm: add minimal board file for HTC Dream device
This is just enough to get the device booting and serial console working. Sufficient for debugging further MSM7k/Dream Support. This will support HTC Dream / T-Mobile G1 / Android ADP1 (which are all the same hardware, known as "trout" to the ARM machine database). Signed-off-by: Brian Swetland <swetland@google.com> Reviewed-by: GeunSik Lim <geunsik.lim@samsung.com> Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/Kconfig')
-rw-r--r--arch/arm/mach-msm/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index 35f2a90a2afe..f780086befd7 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -34,4 +34,10 @@ config MACH_HALIBUT
help
Support for the Qualcomm SURF7201A eval board.
+config MACH_TROUT
+ default y
+ bool "HTC Dream (aka trout)"
+ help
+ Support for the HTC Dream, T-Mobile G1, Android ADP1 devices.
+
endif