From e05fc0f74130e5e5f99840316ca325b51ae05353 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 17 Apr 2010 09:58:23 +0200 Subject: smartq5: add machine file for smartq5 tablet --- conf/machine/smartq5.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 conf/machine/smartq5.conf diff --git a/conf/machine/smartq5.conf b/conf/machine/smartq5.conf new file mode 100644 index 0000000000..883d444aa0 --- /dev/null +++ b/conf/machine/smartq5.conf @@ -0,0 +1,27 @@ +#@TYPE: Machine +#@Name: Samsung SMDK6410 Dev BOard +#@DESCRIPTION: Machine configuration for Samsung SMDK6410 Dev Board + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" +XSERVER = "xserver-xorg \ + xf86-input-evdev \ + xf86-input-tslib \ + xf86-video-fbdev \ + xf86-input-keyboard \ + xf86-input-mouse \ +" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +MACHINE_KERNEL_PR = "r1" +KERNEL_IMAGETYPE = "zImage" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttySAC0" + +IMAGE_FSTYPES = "tar.gz" + +MACHINE_FEATURES = "kernel26 apm screen alsa usbgadget usbhost" + +require conf/machine/include/tune-arm1176jzf-s.inc -- cgit v1.2.3