diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-06-25 12:49:37 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-06-25 12:49:37 +0000 |
commit | e582c2af065a7593b0ebc5bf7efbd79c8d5b2e92 (patch) | |
tree | 6a535d36ed6b69969f67e86439f5d1558e10c1ee /conf/machine/htcwallaby.conf | |
parent | 91b1ac83d75dffc0e2edbc8e454bb96d250a968d (diff) |
htcwallaby.conf: Bare config for HTC Walalby (very first XDA) machine.
Diffstat (limited to 'conf/machine/htcwallaby.conf')
-rw-r--r-- | conf/machine/htcwallaby.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/machine/htcwallaby.conf b/conf/machine/htcwallaby.conf new file mode 100644 index 0000000000..32c3f30af1 --- /dev/null +++ b/conf/machine/htcwallaby.conf @@ -0,0 +1,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" |