1
#@TYPE: Machine
2
#@NAME: Palm TX
3
#@DESCRIPTION: Machine configuration for the Palm TX
4
5
require conf/machine/include/palm.inc
6
7
MACHINE_GUI_CLASS = "bigscreen"
8
MACHINE_DISPLAY_WIDTH_PIXELS = "320"
9
MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
10
MACHINE_FEATURES += "pcmcia wifi"
11
12
ROOT_FLASH_SIZE = "100"
13
14
SERIAL_CONSOLE = "115200 ttyS0"
15
16
MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \
17
                           kernel-module-wm97xx-ts \
18
                           kernel-module-palmtx-battery \
19
                           kernel-module-palmtx-border \
20
                           kernel-module-bcm2035-uart \
21
                           kernel-module-palmtx-pcmcia \
22
                           kernel-module-pcmcia-core \
23
                           kernel-module-pda-power \
24
                           kernel-module-pxa2xx-core \
25
                           kernel-module-snd-pxa2xx-ac97 \
26
                           kernel-module-snd-pxa2xx-pcm"
27
28
29
module_autoload_g_ether = "g_ether"