This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#----------------------------------------------------------------------------- |
| 2 |
#@TYPE: Machine |
| 3 |
#@NAME: AML M8050 |
| 4 |
#@DESCRIPTION: Machine configuration for the American Microsystems Ltd M8050 Industrial PDA |
| 5 |
#----------------------------------------------------------------------------- |
| 6 |
|
| 7 |
TARGET_ARCH = "arm" |
| 8 |
|
| 9 |
PREFERRED_PROVIDER_virtual/kernel ?= "linux" |
| 10 |
|
| 11 |
MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost wifi" |
| 12 |
MACHINE_DISPLAY_WIDTH_PIXELS = "240" |
| 13 |
MACHINE_DISPLAY_HEIGHT_PIXELS = "320" |
| 14 |
MACHINE_DISPLAY_ORIENTATION = "270" |
| 15 |
|
| 16 |
XSERVER = "xserver-kdrive-fbdev" |
| 17 |
|
| 18 |
# package machine specific modules |
| 19 |
MACHINE_EXTRA_RRECOMMENDS = "\ |
| 20 |
kernel-module-libertas-sdio \ |
| 21 |
" |
| 22 |
|
| 23 |
SERIAL_CONSOLE = "115200 ttySAC1" |
| 24 |
|
| 25 |
IMAGE_FSTYPES ?= "tar.gz" |
| 26 |
|
| 27 |
# tune for S3C24x0 |
| 28 |
include conf/machine/include/tune-arm920t.inc |