htcdream: added machine configuration
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Sat, 17 Oct 2009 19:57:44 +0000 (21:57 +0200)
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Sat, 17 Oct 2009 19:57:44 +0000 (21:57 +0200)
Note that we require conf/machine/include/htc-msm7.inc
and that the use of kdrive is hardcoded into conf/machine/include/htc-msm7.inc

conf/machine/htcdream.conf [new file with mode: 0644]

diff --git a/conf/machine/htcdream.conf b/conf/machine/htcdream.conf
new file mode 100644 (file)
index 0000000..7f7680a
--- /dev/null
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@NAME: HTC Dream
+#@DESCRIPTION: Machine configuration for HTC Dream smartphone
+
+require conf/machine/include/htc-msm7.inc
+
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
+
+MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usbgadget bluetooth keyboard ext2" 
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-msm7xxxx"
+