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