merge of '56b3e4d13290394304aabe91089b40748c1c9e48'
[vuplus_openembedded] / conf / machine / asus730.conf
1 #@TYPE: Machine
2 #@NAME: Asus MyPal A730
3 #@DESCRIPTION: Machine configuration for the asus730 with a pxa27x CPU
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 = "64"
18 VOLATILE_STORAGE_SIZE = "64"
19 GUI_MACHINE_CLASS = "bigscreen"
20 MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen"
21
22 #
23 # Software/packages selection
24 #
25 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
26 PCMCIA_MANAGER = "pcmciautils"
27 MODUTILS = "26" 
28 XSERVER = "xserver-kdrive"
29
30 PREFERRED_VERSION_orinoco-modules = "0.15rc1"
31
32
33 #
34 # Modules autoload and other boot properties
35 #
36
37 #FIXME: this should be controlled by a userspace utility later.
38 module_autoload_g_ether = "g_ether"
39
40 SERIAL_CONSOLE = "115200 ttyS0"