diff options
author | Sergey Lapin <slapinid@gmail.com> | 2007-07-12 18:40:15 +0000 |
---|---|---|
committer | Sergey Lapin <slapinid@gmail.com> | 2007-07-12 18:40:15 +0000 |
commit | 3b1a342d9ddecfc89a4b761ea66d7a30c15f7d7a (patch) | |
tree | 923b33c72b38cda61a0bb693def4c37e777e8a3e /conf/machine/palmtt5.conf | |
parent | 84978a329e9d55721bb48fcb777306ec9293b116 (diff) |
Adding support for Palm Treo 650 and Palm Tungsten T5
Diffstat (limited to 'conf/machine/palmtt5.conf')
-rw-r--r-- | conf/machine/palmtt5.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/palmtt5.conf b/conf/machine/palmtt5.conf new file mode 100644 index 0000000000..aedaf4ba30 --- /dev/null +++ b/conf/machine/palmtt5.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@NAME: Palm Tungsten T5 +#@DESCRIPTION: Machine configuration for the Palm Tungsten T5 + +require conf/machine/include/palm.conf + +ROOT_FLASH_SIZE = "100" + +SERIAL_CONSOLE = "115200 ttyS0" + +GUI_MACHINE_CLASS = "bigscreen" + +MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \ + kernel-module-pxapwm-bl \ + kernel-module-wm97xx-ts \ + kernel-module-palmt5-battery" |