diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-11-11 20:34:05 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-11-11 20:35:52 +0100 |
commit | de4d6d2321b3467eb03d424fd9a42dd1dfafa327 (patch) | |
tree | 67f418ee386fdca8eb0c0e8408f1ed29ba510a7a /conf | |
parent | d7e3117b47c072405487bc736cb96711c4de69bf (diff) |
m8050: added config for AML M8050 device
Diffstat (limited to 'conf')
-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 |