merge of '761183d571c60b5df965993faf1c23d3f933718b'
[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.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 ROOT_FLASH_SIZE = "80"
18 VOLATILE_STORAGE_SIZE = "64"
19 MACHINE_GUI_CLASS = "smallscreen"
20 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
21 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
22 MACHINE_FEATURES = "alsa apm bluetooth irda kernel26 phone screen touchscreen usbgadget usbhost"
23
24 #
25 # We don't support jffs2 installations (yet).
26 #
27 IMAGE_FSTYPES = "tar.bz2"
28
29 #
30 # Software/packages selection
31 #
32 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
33 MODUTILS = "26" 
34 XSERVER = "xserver-kdrive-fbdev"
35
36 PREFERRED_VERSION_orinoco-modules = "0.15rc1"
37
38 MACHINE_EXTRA_RRECOMMENDS = " \
39         kernel-module-af-key \
40         kernel-module-i2c-pxa \
41         kernel-module-pxa27x-voltage \
42         kernel-module-pxa27x-voltage-max158xx \
43         kernel-module-leds-magician \
44         kernel-module-magician-ts \
45         kernel-module-magician-flash \
46         kernel-module-magician-ds1wm \
47         kernel-module-magician-battery \
48         kernel-module-magician-phone \
49         kernel-module-magician-pm \
50         kernel-module-n-tihtc \
51         kernel-module-snd-soc-magician"
52
53
54 #
55 # Modules autoload and other boot properties
56 #
57 module_autoload_magician_ts = "magician_ts"
58 module_autoload_leds-magician = "leds-magician"
59 module_autoload_snd-pcm-oss = "snd-pcm-oss"
60 module_autoload_snd-mixer-oss = "snd-mixer-oss"
61 module_autoload_pxa27x_udc = "pxa27x_udc"
62 module_autoload_magician_ds1wm = "magician_ds1wm"
63 module_autoload_magician-battery = "magician-battery"
64 module_autoload_magician_phone = "magician_phone"
65 module_autoload_magician_pm = "magician_pm"
66 module_autoload_n_tihtc = "n_tihtc"
67 module_autoload_snd-soc-magician = "snd-soc-magician"
68 module_autoload_hci_usb = "hci_usb"
69
70 #FIXME: this should be controlled by a userspace utility later.
71 module_autoload_g_ether = "g_ether"