aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ac100.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/ac100.conf')
-rw-r--r--conf/machine/ac100.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/machine/ac100.conf b/conf/machine/ac100.conf
new file mode 100644
index 0000000000..62a340599e
--- /dev/null
+++ b/conf/machine/ac100.conf
@@ -0,0 +1,21 @@
+#@TYPE: Machine
+#@NAME: ac100
+#@DESCRIPTION: Toshiba ac100 netbook
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+ xf86-input-evdev \
+ xf86-input-mouse \
+ xf86-video-fb \
+ xf86-input-keyboard"
+
+# Only has DVI connector for external screen
+GUI_MACHINE_CLASS = "bigscreen"
+
+require conf/machine/include/tune-cortexa9tegra.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-ac100"
+
+# and sdio
+MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"