From f26a6bdca05c47c5ac6f56cffdc95f09e42aaae1 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 3 Oct 2005 18:05:02 +0000 Subject: conf/machine/h2200.conf: add autoload statements, courtesy Matt Reimer --- conf/machine/h2200.conf | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'conf/machine/h2200.conf') 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 -- cgit 1.2.3-korg