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