summaryrefslogtreecommitdiff
path: root/conf/machine/htcuniversal.conf
blob: 31969823a2f1e7e86ea9b31b425e5b21b42799e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#@TYPE: Machine
#@NAME: HTC Universal
#@DESCRIPTION: Machine configuration for the HTC Universal

TARGET_ARCH = "arm"
IPKG_EXTRA_ARCHS = "ipaqpxa armv4t armv5te iwmmxt"

#use this for a HTC Universal
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
XSERVER = "xserver-kdrive-fbdev"

MACHINE_FEATURES = "kernel26 apm alsa irda usbgadget usbhost keyboard touchscreen"

MODUTILS = "26"	

MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware"
MACHINE_EXTRA__RRECOMMENDS = "  kernel-module-nls_cp437 \
                                kernel-module-nls_iso8859-1 \
                                kernel-module-nls_utf8 \
                                kernel-module-af_key \
				bsd_comp \
				i2c-pxa \
				htcuniversal_power \
				snd-htcuniversal_audio \
				htcuniversal_acx \
				"

GUI_MACHINE_CLASS = "bigscreen"

# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
include conf/machine/include/tune-xscale.conf

# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
#include conf/machine/include/tune-iwmmxt.conf

module_autoload_acx = "acx"
module_autoload_htcuniversal_acx = "htcuniversal_acx"

#FIXME: this should be controlled by a userspace utility later.
module_autoload_g_ether = "g_ether"