merge of '4876e130f4dda342390929a72c2c452dfa33d3ac'
[vuplus_openembedded] / conf / machine / h1940.conf
1 #@TYPE: Machine
2 #@NAME: h1940
3 #@DESCRIPTION: Machine configuration for the HP iPAQ h1930 and h1940
4
5 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
6 TARGET_ARCH = "arm"
7
8 # Set preferred providers
9 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
10 PREFERRED_PROVIDER_virtual/kernel = "linux-h1940"
11
12 # Set features for task-base
13 MACHINE_FEATURES = "kernel26 touchscreen apm bluetooth irda usbgadget screen"
14
15
16 # Some extra configuration
17 VOLATILE_STORAGE_SIZE = "64"
18 ROOT_FLASH_SIZE = "32"
19 GUI_MACHINE_CLASS = "smallscreen"
20 SERIAL_CONSOLE = "115200 ttySAC2 vt100"
21 USE_VT = "0"
22
23 # tune for armv4t
24 require conf/machine/include/tune-arm920t.conf
25