From: Paul Sokolovsky Date: Wed, 18 Jul 2007 00:04:33 +0000 (+0000) Subject: palmz31.conf: Add last missing Palm machine. X-Git-Tag: Release-2010-05/1~8868^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07dafddd0fd93a158a2c54ec3e7bf731863abbbb;p=openembedded.git palmz31.conf: Add last missing Palm machine. --- diff --git a/conf/machine/palmz31.conf b/conf/machine/palmz31.conf new file mode 100644 index 0000000000..da074a80bf --- /dev/null +++ b/conf/machine/palmz31.conf @@ -0,0 +1,23 @@ +#@TYPE: Machine +#@NAME: Palm Zire 31 +#@DESCRIPTION: Machine configuration for the Palm Zire 31 + +require conf/machine/include/palm.conf + +ROOT_FLASH_SIZE = "16" +MACHINE_GUI_CLASS = "smallscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "160" +MACHINE_DISPLAY_HEIGHT_PIXELS = "160" + +SERIAL_CONSOLE = "115200 ttyS0" + +# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. +require conf/machine/include/tune-thumb.conf + +MACHINE_EXTRA_RRECOMMENDS += "kernel-module-i2c-pxa \ + kernel-module-i2c-algo-pxa \ + kernel-module-i2c-dev \ + kernel-module-wm97xx-ts \ + kernel-module-palmz31-battery" + +module_autoload_g_ether = "g_ether"