summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/machine/ipaq-pxa270.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/conf/machine/ipaq-pxa270.conf')
-rw-r--r--openembedded/conf/machine/ipaq-pxa270.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/openembedded/conf/machine/ipaq-pxa270.conf b/openembedded/conf/machine/ipaq-pxa270.conf
index b9925852e5..626b5cf218 100644
--- a/openembedded/conf/machine/ipaq-pxa270.conf
+++ b/openembedded/conf/machine/ipaq-pxa270.conf
@@ -17,9 +17,9 @@ ROOT_FLASH_SIZE = "80"
17BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${PXA270_MODULES}', d)}" 17BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${PXA270_MODULES}', d)}"
18BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" 18BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
19 19
20PXA270_MODULES = "g_ether g_file_storage g_serial pxa27x_udc \ 20PXA270_MODULES = "g_ether g_file_storage g_serial gadgetfs pxa27x_udc \
21 snd_pcm_oss snd_mixer_oss evdev mmc_block pcmcia hidp \ 21 snd_pcm_oss snd_mixer_oss evdev mmc_block pcmcia hidp \
22 nls_cp437 nls_utf8" 22 nls_cp437 nls_iso8859-1 nls_utf8"
23 23
24SERIAL_CONSOLE = "115200 ttyS0" 24SERIAL_CONSOLE = "115200 ttyS0"
25 25
@@ -27,15 +27,15 @@ include conf/machine/ipaq-common.conf
27include conf/machine/handheld-common.conf 27include conf/machine/handheld-common.conf
28 28
29GUI_MACHINE_CLASS = "bigscreen" 29GUI_MACHINE_CLASS = "bigscreen"
30GPE_EXTRA_DEPENDS += "gaim sylpheed" 30GPE_EXTRA_DEPENDS += "gaim"
31GPE_EXTRA_INSTALL += "gaim sylpheed" 31GPE_EXTRA_INSTALL += "gaim"
32 32
33# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. 33# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
34include conf/machine/tune-xscale.conf 34include conf/machine/tune-xscale.conf
35 35
36BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}" 36BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}"
37HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ 37HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \
38 hx4700_ts hx4700_wlan snd_pxa_i2sound_hx4700 hx4700_power" 38 hx4700_ts hx4700_wlan snd_hx4700_audio hx4700_power"
39 39
40module_autoload_hx4700_power = "hx4700_power" 40module_autoload_hx4700_power = "hx4700_power"
41module_autoload_pcmcia = "pcmcia" 41module_autoload_pcmcia = "pcmcia"
@@ -45,9 +45,9 @@ module_autoload_mmc_block = "mmc_block"
45module_autoload_hx4700_ts = "hx4700_ts" 45module_autoload_hx4700_ts = "hx4700_ts"
46module_autoload_hx4700_navpt = "hx4700_navpt" 46module_autoload_hx4700_navpt = "hx4700_navpt"
47module_autoload_hx4700_bt = "hx4700_bt" 47module_autoload_hx4700_bt = "hx4700_bt"
48module_autoload_snd-pxa-i2sound-hx4700 = "snd-pxa-i2sound-hx4700" 48module_autoload_snd-hx4700_audio = "snd-hx4700_audio"
49module_autoload_snd-pcm-oss = "snd-pcm-oss" 49module_autoload_snd-pcm-oss = "snd-pcm-oss"
50module_autoload_snd-pcm-oss = "snd-mixer-oss" 50module_autoload_snd-mixer-oss = "snd-mixer-oss"
51module_autoload_pxa27x_udc = "pxa27x_udc" 51module_autoload_pxa27x_udc = "pxa27x_udc"
52 52
53#FIXME: this should be controlled by a userspace utility later. 53#FIXME: this should be controlled by a userspace utility later.