merge of '4a394f7770c7d370e3ad0bf4e77cb2288e195180'
[vuplus_openembedded] / conf / machine / palmtx.conf
1 #@TYPE: Machine
2 #@NAME: Palm TX
3 #@DESCRIPTION: Machine configuration for the Palm TX
4
5 TARGET_ARCH = "arm"
6 PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux-hackndev-2.6"
9
10 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
11
12 MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda bluetooth wifi ext2 usbgadget screen"
13
14 ROOT_FLASH_SIZE = "100"
15
16 SERIAL_CONSOLE = "115200 ttyS0"
17
18 GUI_MACHINE_CLASS = "bigscreen"
19
20 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
21 include conf/machine/tune-xscale.conf
22
23 module_autoload_sa1100-rtc = "sa1100-rtc"