merge of '7dfc7a31ac72c55bd7de2ec3f60edae7fcb0bd0d'
[vuplus_openembedded] / conf / machine / magician.conf
1 #@TYPE: Machine
2 #@NAME: HTC Magician
3 #@DESCRIPTION: Machine configuration for the HTC Magician PDA/Phone
4
5 #
6 # Hardware-based properties
7 #
8 TARGET_ARCH = "arm"
9 PACKAGE_EXTRA_ARCHS = "armv4 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 ROOT_FLASH_SIZE = "80"
18 VOLATILE_STORAGE_SIZE = "64"
19 GUI_MACHINE_CLASS = "smallscreen"
20 MACHINE_FEATURES = "alsa apm bluetooth irda kernel26 phone screen touchscreen usbgadget"
21
22 #
23 # Software/packages selection
24 #
25 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
26 MODUTILS = "26" 
27 XSERVER = "xserver-kdrive-fbdev"
28
29 PREFERRED_VERSION_orinoco-modules = "0.15rc1"
30
31 MACHINE_EXTRA_RRECOMMENDS = " \
32         kernel-module-leds-magician \
33         kernel-module-magician-ts \
34         kernel-module-pxaficp-ir \
35         kernel-module-uinput \
36         kernel-module-hci-usb \
37         kernel-module-magician-flash \
38         kernel-module-magician-ds1wm \
39         kernel-module-magician-battery \
40         kernel-module-magician-phone \
41         kernel-module-snd-soc-magician"
42
43 #
44 # Modules autoload and other boot properties
45 #
46 module_autoload_magician_ts = "magician_ts"
47 module_autoload_leds-magician = "leds-magician"
48 module_autoload_snd-pcm-oss = "snd-pcm-oss"
49 module_autoload_snd-mixer-oss = "snd-mixer-oss"
50 module_autoload_pxa27x_udc = "pxa27x_udc"
51 module_autoload_magician_ds1wm = "magician_ds1wm"
52 module_autoload_magician-battery = "magician-battery"
53 module_autoload_magician_phone = "magician_phone"
54 module_autoload_snd-soc-magician = "snd-soc-magician"
55 module_autoload_hci_usb = "hci_usb"
56
57 #FIXME: this should be controlled by a userspace utility later.
58 module_autoload_g_ether = "g_ether"