diff options
author | Sergey Lapin <slapinid@gmail.com> | 2007-07-13 22:28:36 +0000 |
---|---|---|
committer | Sergey Lapin <slapinid@gmail.com> | 2007-07-13 22:28:36 +0000 |
commit | 32c2d4fb830df236bf889ff7562ba49a18a447ae (patch) | |
tree | 4721910bb5c1b18c4cafc6a92d7567d76c54d4c4 /conf/machine | |
parent | 3a126b0293a7b55b75cbd86da18bb642cd2e116f (diff) |
Preliminary support for Palm Tungsten C
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/palmtc.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/palmtc.conf b/conf/machine/palmtc.conf new file mode 100644 index 0000000000..f4fcb405c5 --- /dev/null +++ b/conf/machine/palmtc.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@NAME: Palm TC +#@DESCRIPTION: Machine configuration for the Palm TX + +require conf/machine/include/palm.conf + +MACHINE_FEATURES += "wifi" + +ROOT_FLASH_SIZE = "100" + +SERIAL_CONSOLE = "115200 ttyS0" + +GUI_MACHINE_CLASS = "bigscreen" + +MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxapwm-bl" + |