diff options
author | Sergey Lapin <slapinid@gmail.com> | 2007-07-29 02:42:52 +0000 |
---|---|---|
committer | Sergey Lapin <slapinid@gmail.com> | 2007-07-29 02:42:52 +0000 |
commit | 3ff2de1f481107ffc8f4695a42a91a3613869a58 (patch) | |
tree | b1d15fdaace5c614db0cc38e9ba53de282bbfc03 /conf/machine/palmt680.conf | |
parent | f47bdc74bdbf4451361af5533a53b83b533d52ae (diff) |
palms: Removed obsolete pxapwm-bl driver from machine configs
Diffstat (limited to 'conf/machine/palmt680.conf')
-rw-r--r-- | conf/machine/palmt680.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/palmt680.conf b/conf/machine/palmt680.conf new file mode 100644 index 0000000000..b5e8aebb54 --- /dev/null +++ b/conf/machine/palmt680.conf @@ -0,0 +1,14 @@ +#@TYPE: Machine +#@NAME: Palm Treo 680 +#@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-wm97xx-ts" |