Add machine configuration for the Samsung Omnia SGH-i900.
authorAlex Ferguson <thoughtmonster@gmail.com>
Thu, 19 Nov 2009 11:16:35 +0000 (13:16 +0200)
committerStefan Schmidt <stefan@datenfreihafen.org>
Fri, 20 Nov 2009 08:49:14 +0000 (08:49 +0000)
conf/machine/sgh-i900.conf [new file with mode: 0644]

diff --git a/conf/machine/sgh-i900.conf b/conf/machine/sgh-i900.conf
new file mode 100644 (file)
index 0000000..2080bf8
--- /dev/null
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@NAME: Samsung Omnia SGH-i900
+#@DESCRIPTION: Machine configuration for the Samsung Omnia SGH-i900
+#@HOMEPAGE: http://andromnia.sourceforge.net
+
+# Hardware-based properties
+#
+
+TARGET_ARCH = "arm"
+
+require conf/machine/include/tune-xscale.inc
+
+MACHINE_FEATURES = "alsa apm bluetooth camera gps kernel26 phone screen touchscreen vfat wifi"
+
+# Software/packages selection
+#
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-sgh-i900"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-tslib \
+           xf86-video-fbdev"