aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h2200.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-10-03 18:05:02 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-03 18:05:02 +0000
commitf26a6bdca05c47c5ac6f56cffdc95f09e42aaae1 (patch)
tree0c34f23ead154ddf37d072960a026a1b0702c8ba /conf/machine/h2200.conf
parente8705552f40dd62110da5515876999c940a5a0ac (diff)
downloadopenembedded-f26a6bdca05c47c5ac6f56cffdc95f09e42aaae1.tar.gz
conf/machine/h2200.conf: add autoload statements, courtesy Matt Reimer
Diffstat (limited to 'conf/machine/h2200.conf')
-rw-r--r--conf/machine/h2200.conf18
1 files changed, 16 insertions, 2 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf
index a95312e411..17735383d4 100644
--- a/conf/machine/h2200.conf
+++ b/conf/machine/h2200.conf
@@ -18,8 +18,23 @@ BOOTSTRAP_EXTRA_DEPENDS_append = " handhelds-pxa-2.6 udev module-init-tools"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${H2200_MODULES}', d)}"
BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
+#ship in rootfs:
H2200_MODULES = "g_ether g_serial g_file_storage sa1100-rtc pm pcmcia-core snd-pxa-i2sound-h2200 pxa2xx_h2200 h2200_pm h2200_lcd h2200_kbd h2200_battery mq11xx_base mq1100fb samcop_adcts w1_ds2760 w1_samcop "
-# pxa2xx_udc is built in to the kernel
+
+#autoload on boot:
+module_autoload_h2200_pm = "h2200_pm"
+module_autoload_h2200_kbd = "h2200_kbd"
+module_autoload_h2200_lcd = "h2200_lcd"
+module_autoload_mq11xx_base = "mq11xx_base"
+module_autoload_mq1100fb = "mq1100fb"
+module_autoload_samcop_adcts = "samcop_adcts"
+module_autoload_samcop_sdi = "samcop_sdi"
+module_autoload_w1_ds2760 = "w1_ds2760"
+module_autoload_h2200_battery = "h2200_battery"
+module_autoload_hamcop_nand = "hamcop_nand"
+module_autoload_pxa2xx_h2200 = "pxa2xx_h2200"
+module_autoload_snd_pxa_i2sound_h2200 = "snd-pxa-i2sound-h2200"
+
SERIAL_CONSOLE = "115200 tts/0 vt100"
@@ -30,5 +45,4 @@ include conf/machine/handheld-common.conf
GUI_MACHINE_CLASS = "smallscreen"
-# not using tune-xscale so as to retain backwards compatibility
include conf/machine/tune-xscale.conf