1
#@TYPE: Machine
2
#@NAME: Palm LifeDrive
3
#@DESCRIPTION: Machine configuration for the Palm LifeDrive
4
5
require conf/machine/include/palm.inc
6
7
ROOT_FLASH_SIZE = "100"
8
9
MACHINE_GUI_CLASS = "bigscreen"
10
MACHINE_DISPLAY_WIDTH_PIXELS = "320"
11
MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
12
MACHINE_FEATURES += "pcmcia wifi"
13
MACHINE_FEATURES += "iwmmxt"
14
15
16
MACHINE_EXTRA_RRECOMMENDS += "\
17
	kernel-module-bcm2035-uart \
18
	kernel-module-leds-palmld \
19
	kernel-module-ledtrig-heartbeat \
20
	kernel-module-ledtrig-hwtimer \
21
	kernel-module-ledtrig-timer \
22
	kernel-module-palmld-battery \
23
	kernel-module-palmld-ide \
24
	kernel-module-palmld-pcmcia \
25
	kernel-module-pcmcia-core \
26
	kernel-module-pda-power \
27
	kernel-module-pxa2xx-core \
28
	kernel-module-snd-pxa2xx-ac97 \
29
	kernel-module-snd-pxa2xx-pcm \
30
	"
31
32
#
33
# Modules autoload and other boot properties
34
#
35
36
module_conf_wm97xx-ts = "options wm97xx-ts pil=2"