merge of '0bb5f3998d4f44cc03385e6faf36b48a3e409038'
[vuplus_openembedded] / conf / machine / h6300.conf
1 #@TYPE: Machine
2 #@NAME: OMAP1510 cpu on iPAQ h6315, h6340 and h6365
3 #@DESCRIPTION: Machine configuration for the OMAP1510 based HP iPAQ h6300 series devices.
4
5 #
6 # Hardware-based properties
7 #
8 TARGET_ARCH = "arm"
9 PACKAGE_ARCH = "arm"
10 PACKAGE_EXTRA_ARCHS = "arm armv4 armv4t"
11
12 #Use OMAP 1510 cpu specifig arm9tdmi options for gcc
13 require conf/machine/include/tune-arm9tdmi.conf
14
15 GUI_MACHINE_CLASS = "smallscreen"
16 MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen"
17
18 #
19 # Software/packages selection
20 #
21 PREFERRED_PROVIDER_virtual/kernel = "linux-h6300-omap1"
22 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
23
24 MACHINE_EXTRA_RRECOMMENDS = "kernel-module-omapts \
25                              kernel-module-omap-keypad \
26                              kernel-module-h6300-bt"
27
28 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
29
30 #
31 # Modules autoload and other boot properties
32 #
33 module_autoload_omapts = "omapts"
34 module_autoload_omap-keypad = "omap-keypad"
35 module_autoload_hci_uart = "hci_uart"
36 module_autoload_h6300_bt = "h6300_bt"
37 module_autoload_l2cap = "l2cap"
38 #common alsa sound modules
39 module_autoload_snd-omap-alsa-tsc2101 = "snd-omap-alsa-tsc2101"
40 module_autoload_snd-pcm-oss = "snd-pcm-oss"
41 module_autoload_snd-mixer-oss = "snd-mixer-oss"
42
43 SERIAL_CONSOLE = "115200 ttyS0"