diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-09 08:41:19 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-09 08:41:19 +0000 |
commit | 9d829ed05c295df608b4fc108eb1c628fd06fd39 (patch) | |
tree | c1b27cfe4498f8abef1a61325922906f3e6a32ff /conf/machine/palmz31.conf | |
parent | 1434b204e16e87b7f59f074f3036d5dcbcf0116f (diff) | |
parent | 6ccac10beeaaa02a86081bd6179fd57c208ad6b1 (diff) |
merge of '76e1e69496801009ea0aa69c84f76e858978ab99'
and 'db976a98427dd6a195e2cf167e225de2d0206aea'
Diffstat (limited to 'conf/machine/palmz31.conf')
-rw-r--r-- | conf/machine/palmz31.conf | 23 |
1 files changed, 23 insertions, 0 deletions
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" |