aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h2200.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-12-30 14:10:43 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-30 14:10:43 +0000
commit951dbf0e3eae5d580a5de9b7ef209b6bbe0d9b6e (patch)
tree9cf107e831505c3adeacabd5127db0991b2fe7ae /conf/machine/h2200.conf
parentbe9def82d44c0fa52f4d53490579c2d049bcc2e0 (diff)
downloadopenembedded-951dbf0e3eae5d580a5de9b7ef209b6bbe0d9b6e.tar.gz
h2200: machine and bootloader fixes
Diffstat (limited to 'conf/machine/h2200.conf')
-rw-r--r--conf/machine/h2200.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf
index 533cd08092..354e3a9552 100644
--- a/conf/machine/h2200.conf
+++ b/conf/machine/h2200.conf
@@ -19,7 +19,7 @@ BOOTSTRAP_EXTRA_RRECOMMENDS = " ${@linux_module_packages('${H2200_MODULES}', d)}
BOOTSTRAP_EXTRA_RDEPENDS_append = " h2200-bootloader kernel udev module-init-tools"
#ship in rootfs:
-H2200_MODULES = "g_ether g_serial g_file_storage sa1100-rtc apm pcmcia-core snd-pcm-oss snd-pxa2xx-i2sound pxa2xx_h2200 h2200_pm h2200_lcd h2200_kbd h2200_battery mq11xx_base mq1100fb samcop_adcts w1_ds2760 w1_samcop "
+H2200_MODULES = "g_ether g_serial g_file_storage sa1100-rtc apm pcmcia-core snd-pcm-oss snd-h2200_audio pxa2xx_h2200 h2200_pm h2200_lcd h2200_kbd h2200_battery mq11xx_base mq1100fb samcop_adcts w1_ds2760 w1_samcop "
#autoload on boot:
@@ -31,10 +31,11 @@ module_autoload_mq1100fb = "mq1100fb"
module_autoload_samcop_adcts = "samcop_adcts"
module_autoload_samcop_sdi = "samcop_sdi"
module_autoload_w1_ds2760 = "w1_ds2760"
+module_autoload_w1_samcop = "w1_samcop"
module_autoload_h2200_battery = "h2200_battery"
module_autoload_hamcop_nand = "hamcop_nand"
module_autoload_pxa2xx_h2200 = "pxa2xx_h2200"
-module_autoload_snd-pxa2xx-i2sound= "snd-pxa2xx-i2sound"
+module_autoload_snd_h2200_audio = "snd-h2200_audio"
module_autoload_snd-pcm-oss = "snd-pcm-oss"
SERIAL_CONSOLE = "115200 tts/0 vt100"