aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ipaq-pxa270.conf
blob: ec2b1beb020a479675c404d58dfc39ccaa19106e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#@TYPE: Machine
#@NAME: iPAQ hx47xx hx2xxx
#@DESCRIPTION: Machine configuration for the iPAQ with a pxa27x CPU  devices

TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm armv4 armv5te ipaqpxa hx4700"
PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
PREFERRED_VERSIONS_handhelds-pxa-2.6 = "2.6.12-hh3"

PREFERRED_VERSION_orinoco-modules = "0.15rc1"

BOOTSTRAP_EXTRA_DEPENDS = "ipaq-boot-params"
BOOTSTRAP_EXTRA_DEPENDS_append = " handhelds-pxa-2.6 udev module-init-tools"

BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${PXA270_MODULES}', d)}"
BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"

PXA270_MODULES = "g_ether g_file_storage g_serial pxa27x_udc \
		  snd_pcm_oss snd_mixer_oss evdev mmc_block pcmcia hidp \
		  nls_cp437 nls_utf8"

SERIAL_CONSOLE = "115200 ttyS0"

include conf/machine/ipaq-common.conf
include conf/machine/handheld-common.conf

GUI_MACHINE_CLASS = "bigscreen"
GPE_EXTRA_DEPENDS += "gaim sylpheed" 
GPE_EXTRA_INSTALL += "gaim sylpheed"

# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
include conf/machine/tune-xscale.conf

BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}"
HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \
                  hx4700_ts hx4700_wlan snd_pxa_i2sound_hx4700 hx4700_power"

module_autoload_hx4700_power = "hx4700_power"
module_autoload_pcmcia = "pcmcia"
module_autoload_hx4700_pcmcia = "hx4700_pcmcia"
module_autoload_asic3_mmc = "asic3_mmc"
module_autoload_mmc_block = "mmc_block"
module_autoload_hx4700_ts = "hx4700_ts"
module_autoload_hx4700_navpt = "hx4700_navpt"
module_autoload_hx4700_bt = "hx4700_bt"
module_autoload_snd-pxa-i2sound-hx4700 = "snd-pxa-i2sound-hx4700"
module_autoload_snd-pcm-oss = "snd-pcm-oss"
module_autoload_snd-pcm-oss = "snd-mixer-oss"
module_autoload_pxa27x_udc = "pxa27x_udc"

#FIXME: this should be controlled by a userspace utility later.
module_autoload_g_ether = "g_ether"