merge of '10a90319e7dcbab1d8c8d9e534ce161d889b7a16'
[vuplus_openembedded] / conf / machine / htcuniversal.conf
1 #@TYPE: Machine
2 #@NAME: HTC Universal
3 #@DESCRIPTION: Machine configuration for the HTC Universal
4
5 #
6 # Hardware-based properties
7 #
8 TARGET_ARCH = "arm"
9 PACKAGE_EXTRA_ARCHS = " armv4t armv5te iwmmxt"
10
11 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
12 require conf/machine/include/tune-xscale.conf
13
14 # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
15 #require conf/machine/include/tune-iwmmxt.conf
16
17 GUI_MACHINE_CLASS = "bigscreen"
18 MACHINE_FEATURES = "kernel26 apm alsa irda usbgadget usbhost keyboard touchscreen screen wifi bluetooth phone"
19 MACHINE_TASK_PROVIDER = "task-base"
20
21 #
22 # Software/packages selection
23 #
24 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
25 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
26 XSERVER = "xserver-kdrive-fbdev"
27
28 MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware"
29 MACHINE_EXTRA_RRECOMMENDS = "  kernel-module-nls-cp437 \
30                                 kernel-module-nls-iso8859-1 \
31                                 kernel-module-nls-utf8 \
32                                 kernel-module-af-key \
33                                 kernel-module-bsd-comp \
34                                 kernel-module-i2c-pxa \
35                                 kernel-module-snd-htcuniversal-audio \
36                                 kernel-module-htcuniversal-acx \
37                                 kernel-module-acx \
38                                 kernel-module-i2c-algo-bit \
39                                 kernel-module-rtc-sa1100 \
40                                 kernel-module-rtc-dev \
41                                 kernel-module-rtc-proc \
42                                 kernel-module-rtc-sysfs \
43                                 "
44
45 #
46 # Modules autoload and other boot properties
47 #
48 #module_autoload_acx = "acx"
49 module_autoload_htcuniversal_acx = "htcuniversal_acx"
50 module_autoload_snd-pcm-oss = "snd-pcm-oss"
51 module_autoload_snd-mixer-oss = "snd-mixer-oss"
52 module_autoload_snd-htcuniversal_audio = "snd-htcuniversal_audio"
53
54 #FIXME: this should be controlled by a userspace utility later.
55 module_autoload_g_ether = "g_ether"