increase dvbapp PR.
[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 = " iwmmxt"
10
11 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
12 require conf/machine/include/tune-xscale.inc
13
14 # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
15 #require conf/machine/include/tune-iwmmxt.inc
16
17 MACHINE_GUI_CLASS = "bigscreen"
18 MACHINE_DISPLAY_WIDTH_PIXELS = "480"
19 MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
20 MACHINE_FEATURES = "kernel26 apm alsa irda usbgadget usbhost keyboard touchscreen screen wifi bluetooth phone vfat"
21 MACHINE_FEATURES += "iwmmxt"
22
23 #
24 # Software/packages selection
25 #
26 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
27 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
28 XSERVER = "xserver-kdrive-fbdev"
29
30 MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware"
31 MACHINE_EXTRA_RRECOMMENDS = "\
32                                 kernel-module-i2c-pxa \
33                                 kernel-module-snd-htcuniversal-audio \
34                                 kernel-module-htcuniversal-acx \
35                                 kernel-module-acx \
36                                 kernel-module-i2c-algo-bit \
37                                 kernel-module-htcuniversal-ts2 \
38                                 kernel-module-htcuniversal-phone \
39                                 kernel-module-ts-adc-debounce \
40                                 kernel-module-htcuniversal-bt \
41                                 "
42
43 #
44 # Modules autoload and other boot properties
45 #
46 #module_autoload_acx = "acx"
47 module_autoload_htcuniversal_acx = "htcuniversal_acx"
48 module_autoload_snd-pcm-oss = "snd-pcm-oss"
49 module_autoload_snd-mixer-oss = "snd-mixer-oss"
50 module_autoload_snd-htcuniversal_audio = "snd-htcuniversal_audio"
51 module_autoload_htcuniversal-ts2 = "htcuniversal-ts2"
52
53 #FIXME: this should be controlled by a userspace utility later.
54 module_autoload_g_ether = "g_ether"