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: E-Ten Glofiish M800 |
| 4 |
#@DESCRIPTION: Machine configuration for the E-Ten Glofiish M800 |
| 5 |
#----------------------------------------------------------------------------- |
| 6 |
|
| 7 |
TARGET_ARCH = "arm" |
| 8 |
|
| 9 |
PREFERRED_PROVIDER_virtual/kernel ?= "linux-eten" |
| 10 |
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" |
| 11 |
|
| 12 |
MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat ext2 keyboard" |
| 13 |
MACHINE_DISPLAY_WIDTH_PIXELS = "480" |
| 14 |
MACHINE_DISPLAY_HEIGHT_PIXELS = "640" |
| 15 |
MACHINE_DISPLAY_ORIENTATION = "0" |
| 16 |
MACHINE_DISPLAY_PPI = "285" |
| 17 |
XSERVER = "xserver-kdrive-fbdev" |
| 18 |
|
| 19 |
# used by some images |
| 20 |
ROOT_FLASH_SIZE = "256" |
| 21 |
|
| 22 |
IMAGE_FSTYPES += "tar.gz" |
| 23 |
|
| 24 |
# tune for S3C24x0 |
| 25 |
include conf/machine/include/tune-arm920t.inc |
| 26 |
|
| 27 |
module_autoload_g_ether = "g_ether" |