blob: 1a48cbf24b8364debe7c42cd80657191e70c7f52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#@TYPE: Machine
#@NAME: Palm Treo 680
#@DESCRIPTION: Machine configuration for the Palm Treo 680
require conf/machine/include/palm.inc
SERIAL_CONSOLE = "115200 ttyS0"
MACHINE_GUI_CLASS = "bigscreen"
MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \
kernel-module-wm97xx-ts"
|