summaryrefslogtreecommitdiff
path: root/conf/machine/htcwallaby.conf
blob: 32c3f30af1caffa406f281cd5a737565db8e6eb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#@TYPE: Machine
#@NAME: HTC Wallaby
#@DESCRIPTION: Machine configuration for the HTC Wallaby aka XDA aka many other names

#
# Hardware-based properties
#
TARGET_ARCH = "arm"
PACKAGE_EXTRA_ARCHS = "armv4 "

require conf/machine/include/tune-strongarm.conf

ROOT_FLASH_SIZE = "16" #?
VOLATILE_STORAGE_SIZE = "32"
GUI_MACHINE_CLASS = "smallscreen"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen phone"

#
# Software/packages selection
#
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
PCMCIA_MANAGER = "pcmciautils"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"

#
# Modules autoload and other boot properties
#
SERIAL_CONSOLE = "115200 ttySA0 vt100"
USE_VT = "0"