diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-07 02:10:02 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-07 02:10:02 +0000 |
commit | 03de1a0e356628ee0302e6de6fd7adaa0a791b25 (patch) | |
tree | c3ff3840d6c82561ac5164d6cf0317f37e386cf3 /conf | |
parent | 3acd151d9e65dc2752bb5b426bef1d9281a7c002 (diff) | |
parent | e9afb494de2a037545d9fba310875d908267caa2 (diff) |
merge of '7f70b7fae9dd73e5dff956eceeaff2fd624fae5c'
and '906e7dac3aac70f45f2eba65022520465bb7e942'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/htchimalaya.conf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/conf/machine/htchimalaya.conf b/conf/machine/htchimalaya.conf new file mode 100644 index 0000000000..0cb51ce383 --- /dev/null +++ b/conf/machine/htchimalaya.conf @@ -0,0 +1,34 @@ +#@TYPE: Machine +#@NAME: HTC Himalaya +#@DESCRIPTION: Machine configuration for the HTC Himalaya device + +# +# Hardware-based properties +# +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa" + +require conf/machine/include/tune-xscale.conf + +ROOT_FLASH_SIZE = "32" +VOLATILE_STORAGE_SIZE = "64" +GUI_MACHINE_CLASS = "smallscreen" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen" + +# +# 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 +# +module_autoload_snd-pcm-oss = "snd-pcm-oss" + + +SERIAL_CONSOLE = "115200 ttyS0 vt100" +USE_VT = "0" + +require conf/machine/include/LAB-settings.conf |