diff options
Diffstat (limited to 'conf')
-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" + |