merge of '8ee8881d5b5bf5ad5998774d3c0ce966a84a0abb'
[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 usbhost"
21
22 #
23 # We don't support jffs2 installations (yet).
24 #
25 IMAGE_FSTYPES = "tar.bz2"
26
27 #
28 # Software/packages selection
29 #
30 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
31 MODUTILS = "26" 
32 XSERVER = "xserver-kdrive-fbdev"
33
34 PREFERRED_VERSION_orinoco-modules = "0.15rc1"
35
36 MACHINE_EXTRA_RRECOMMENDS = " \
37         kernel-module-leds-magician \
38         kernel-module-magician-ts \
39         kernel-module-magician-flash \
40         kernel-module-magician-ds1wm \
41         kernel-module-magician-battery \
42         kernel-module-magician-phone \
43         kernel-module-n-tihtc \
44         kernel-module-snd-soc-magician"
45
46 #
47 # Modules autoload and other boot properties
48 #
49 module_autoload_magician_ts = "magician_ts"
50 module_autoload_leds-magician = "leds-magician"
51 module_autoload_snd-pcm-oss = "snd-pcm-oss"
52 module_autoload_snd-mixer-oss = "snd-mixer-oss"
53 module_autoload_pxa27x_udc = "pxa27x_udc"
54 module_autoload_magician_ds1wm = "magician_ds1wm"
55 module_autoload_magician-battery = "magician-battery"
56 module_autoload_magician_phone = "magician_phone"
57 module_autoload_n_tihtc = "n_tihtc"
58 module_autoload_snd-soc-magician = "snd-soc-magician"
59 module_autoload_hci_usb = "hci_usb"
60
61 #FIXME: this should be controlled by a userspace utility later.
62 module_autoload_g_ether = "g_ether"