merge of '2f0f9f2cfcb50cad0cf024eca65c522c764fe3cf'
[vuplus_openembedded] / conf / machine / htcblueangel.conf
1 #@TYPE: Machine
2 #@NAME: HTC Blueangel
3 #@DESCRIPTION: Machine configuration for the HTC Blueangel device
4
5 #
6 # Hardware-based properties
7 #
8 TARGET_ARCH = "arm"
9 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te "
10
11 require conf/machine/include/tune-xscale.inc
12
13 ROOT_FLASH_SIZE = "32"
14 VOLATILE_STORAGE_SIZE = "128"
15 MACHINE_GUI_CLASS = "smallscreen"
16 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
17 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
18 MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen"
19
20 #
21 # Software/packages selection
22 #
23 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
24 PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.19-hh8"
25 PCMCIA_MANAGER = "pcmciautils"
26 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
27
28 MACHINE_EXTRA_RDEPENDS = "acx-firmware ${PCMCIA_MANAGER}"
29 MACHINE_EXTRA_RRECOMMENDS = "kernel-module-blueangel_pcmcia \
30                              kernel-module-blueangel_audio \
31                              kernel-module-blueangel_rom \
32                              kernel-module-blueangel_kp \
33                              kernel-module-blueangel_battery \
34                              kernel-module-blueangel_leds \
35                              kernel-module-himalaya_tsc2200 \
36                              kernel-module-himalaya_ts3 \
37                              kernel-module-asic3-mmc"
38 #
39 # Modules autoload and other boot properties
40 #
41 module_autoload_snd-pcm-oss = "snd-pcm-oss"
42 module_autoload_g_ether = "g_ether"
43 module_autoload_evdev             = "evdev"
44 module_autoload_himalaya_tsc2200  = "himalaya_tsc2200"
45 module_autoload_himalaya_ts3      = "himalaya_ts3"
46 module_autoload_asic3_mmc         = "asic3_mmc"
47 module_autoload_g_ether           = "g_ether"
48 module_autoload_blueangel_kp      = "blueangel_kp"
49 module_autoload_pxa2xx_udc        = "pxa2xx_udc"
50 module_autoload_blueangel_audio   = "blueangel_audio"
51 module_autoload_bluenagel_leds    = "bleangel_leds"
52 module_autoload_hci_uart          = "hci_uart"
53 module_autoload_snd-mixer-oss     = "snd-mixer-oss"
54 module_conf_acx = "blacklist acx"
55
56 SERIAL_CONSOLE = "115200 ttyS0 vt100"
57 USE_VT = "0"
58
59 require conf/machine/include/LAB-settings.inc