summaryrefslogtreecommitdiffstats
path: root/conf/machine/htcblackstone.conf
diff options
context:
space:
mode:
authorLukas Gorris <lukas.gorris@gmail.com>2009-03-08 16:16:36 +0100
committerLukas Gorris <lukas.gorris@gmail.com>2009-03-08 16:16:36 +0100
commitff5c09e220ffbe4c433670c232e9a4ba854e7b26 (patch)
tree8a58ba09021f745442c3b8935fee74be90419518 /conf/machine/htcblackstone.conf
parent926f783144c48aca2a52f4614d7acc26c8f3b942 (diff)
downloadopenembedded-ff5c09e220ffbe4c433670c232e9a4ba854e7b26.tar.gz
linux-msm7xxxx: add htcblackstone machine, update srcrevs
Diffstat (limited to 'conf/machine/htcblackstone.conf')
-rw-r--r--conf/machine/htcblackstone.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/machine/htcblackstone.conf b/conf/machine/htcblackstone.conf
new file mode 100644
index 0000000000..880e4d036b
--- /dev/null
+++ b/conf/machine/htcblackstone.conf
@@ -0,0 +1,10 @@
+#@TYPE: Machine
+#@NAME: HTC Blackstone
+#@DESCRIPTION: Machine configuration for HTC Blackstone smartphone (aka HTC Touch HD)
+
+require conf/machine/include/htc-msm7.inc
+
+MACHINE_DISPLAY_WIDTH_PIXELS = "480"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "800"
+
+MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usb keyboard"