From 3b1a342d9ddecfc89a4b761ea66d7a30c15f7d7a Mon Sep 17 00:00:00 2001 From: Sergey Lapin Date: Thu, 12 Jul 2007 18:40:15 +0000 Subject: Adding support for Palm Treo 650 and Palm Tungsten T5 --- conf/machine/palmt650.conf | 15 +++++++++++++++ conf/machine/palmtt5.conf | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 conf/machine/palmt650.conf create mode 100644 conf/machine/palmtt5.conf (limited to 'conf/machine') diff --git a/conf/machine/palmt650.conf b/conf/machine/palmt650.conf new file mode 100644 index 0000000000..90690fd5f4 --- /dev/null +++ b/conf/machine/palmt650.conf @@ -0,0 +1,15 @@ +#@TYPE: Machine +#@NAME: Palm Treo 650 +#@DESCRIPTION: Machine configuration for the Palm TX + +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" 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" -- cgit 1.2.3-korg