3 #@DESCRIPTION: Machine configuration for the Palm LifeDrive
5 require conf/machine/include/palm.inc
7 ROOT_FLASH_SIZE = "100"
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"
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 \
33 # Modules autoload and other boot properties
36 module_conf_wm97xx-ts = "options wm97xx-ts pil=2"