aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/nexusone.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/nexusone.conf b/conf/machine/nexusone.conf
new file mode 100644
index 0000000000..83422302a1
--- /dev/null
+++ b/conf/machine/nexusone.conf
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@NAME: Nexus One
+#@DESCRIPTION: Machine configuration for Nexus One smartphone
+
+require conf/machine/include/htc-qsd8.inc
+
+XSERVER = " \
+ xserver-xorg \
+ xserver-xorg-extension-glx \
+ xserver-xorg-extension-dri \
+ xf86-input-evdev \
+ xf86-video-fbdev \
+"
+
+MACHINE_DISPLAY_WIDTH_PIXELS = "480"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "800"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-nexusone"
+
+KERNEL_IMAGETYPE = "zImage"
+
+MACHINE_FEATURES = "kernel26 mmc mmcroot screen touchscreen usbgadget wifi phone"