diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-06 16:40:10 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-06 16:40:10 +0000 |
commit | d9b60feae19bd118ed949fe37a4cbc43a7db33cd (patch) | |
tree | 071f8bb362110e7cc49584b76e38879d10d4277a /conf | |
parent | ab3bd3d9a4f19d2c1277e5e7febe030b3a7eb9c5 (diff) | |
parent | 0e27cef05efe1894c14fe047fd613fa11b558e43 (diff) |
merge of 'e7b51cdff552f8acee23869051f6d9ddf9b5cb85'
and 'ff4945554f42e9be0ee0cf9d1a222718ac61d4b6'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/asus730.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/conf/machine/asus730.conf b/conf/machine/asus730.conf new file mode 100644 index 0000000000..85ca5d106a --- /dev/null +++ b/conf/machine/asus730.conf @@ -0,0 +1,40 @@ +#@TYPE: Machine +#@NAME: Asus MyPal A730 +#@DESCRIPTION: Machine configuration for the asus730 with a pxa27x CPU + +# +# Hardware-based properties +# +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" + +# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. +require conf/machine/include/tune-xscale.conf + +# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first +#require conf/machine/include/tune-iwmmxt.conf + +ROOT_FLASH_SIZE = "64" +VOLATILE_STORAGE_SIZE = "64" +GUI_MACHINE_CLASS = "bigscreen" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen" + +# +# Software/packages selection +# +PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" +PCMCIA_MANAGER = "pcmciautils" +MODUTILS = "26" +XSERVER = "xserver-kdrive" + +PREFERRED_VERSION_orinoco-modules = "0.15rc1" + + +# +# Modules autoload and other boot properties +# + +#FIXME: this should be controlled by a userspace utility later. +module_autoload_g_ether = "g_ether" + +SERIAL_CONSOLE = "115200 ttyS0" |