#@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 = "iwmmxt" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. require conf/machine/include/tune-xscale.inc # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first #require conf/machine/include/tune-iwmmxt.inc ROOT_FLASH_SIZE = "64" VOLATILE_STORAGE_SIZE = "64" MACHINE_GUI_CLASS = "bigscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "480" MACHINE_DISPLAY_HEIGHT_PIXELS = "640" 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"