merge of '9f8dec37506722f0949550fe1cb9c966bcac3ffc'
[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
20 #
21 # Software/packages selection
22 #
23 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
24 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
25 XSERVER = "xserver-kdrive-fbdev"
26
27 MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware"
28 MACHINE_EXTRA_RRECOMMENDS = "  kernel-module-nls-cp437 \
29                                 kernel-module-nls-iso8859-1 \
30                                 kernel-module-nls-utf8 \
31                                 kernel-module-af-key \
32                                 kernel-module-bsd-comp \
33                                 kernel-module-i2c-pxa \
34                                 kernel-module-snd-htcuniversal-audio \
35                                 kernel-module-htcuniversal-acx \
36                                 kernel-module-acx \
37                                 kernel-module-i2c-algo-bit \
38                                 "
39
40 #
41 # Modules autoload and other boot properties
42 #
43 module_autoload_acx = "acx"
44 module_autoload_htcuniversal_acx = "htcuniversal_acx"
45 module_autoload_snd-pcm-oss = "snd-pcm-oss"
46 module_autoload_snd-mixer-oss = "snd-mixer-oss"
47 module_autoload_snd-htcuniversal_audio = "snd-htcuniversal_audio"
48
49 #FIXME: this should be controlled by a userspace utility later.
50 module_autoload_g_ether = "g_ether"