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