diff options
-rw-r--r-- | conf/machine/m8050.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/machine/m8050.conf b/conf/machine/m8050.conf new file mode 100644 index 0000000000..00272094ae --- /dev/null +++ b/conf/machine/m8050.conf @@ -0,0 +1,28 @@ +#----------------------------------------------------------------------------- +#@TYPE: Machine +#@NAME: AML M8050 +#@DESCRIPTION: Machine configuration for the American Microsystems Ltd M8050 Industrial PDA +#----------------------------------------------------------------------------- + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux" + +MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost wifi" +MACHINE_DISPLAY_WIDTH_PIXELS = "240" +MACHINE_DISPLAY_HEIGHT_PIXELS = "320" +MACHINE_DISPLAY_ORIENTATION = "270" + +XSERVER = "xserver-kdrive-fbdev" + +# package machine specific modules +MACHINE_EXTRA_RRECOMMENDS = "\ + kernel-module-libertas-sdio \ +" + +SERIAL_CONSOLE = "115200 ttySAC1" + +IMAGE_FSTYPES ?= "tar.gz" + +# tune for S3C24x0 +include conf/machine/include/tune-arm920t.inc |