summaryrefslogtreecommitdiff
path: root/conf/machine/gumstix.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/gumstix.conf')
-rw-r--r--conf/machine/gumstix.conf16
1 files changed, 15 insertions, 1 deletions
diff --git a/conf/machine/gumstix.conf b/conf/machine/gumstix.conf
index e259477a7b..5b416fe3f1 100644
--- a/conf/machine/gumstix.conf
+++ b/conf/machine/gumstix.conf
@@ -5,7 +5,13 @@
TARGET_ARCH = "arm"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te "
-PREFERRED_PROVIDER_virtual/kernel = "linux-gumstix"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+KERNEL_IMAGETYPE = "uImage"
+
+module_autoload_pxamci = "pxamci"
+module_autoload_mmc_block = "mmc_block"
+module_autoload_gumstix_gadget = "gumstix_gadget"
+module_autoload_g_ether = "g_ether"
OLDEST_KERNEL = "2.6.15"
@@ -16,6 +22,14 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash"
GUMSTIX_400MHZ = "y"
+MACHINE_EXTRA_RRECOMMENDS = "kernel-module-unix \
+ kernel-module-rtc-core \
+ kernel-module-rtc-dev \
+ kernel-module-rtc-proc \
+ kernel-module-rtc-sa1100 \
+ kernel-module-rtc-sysfs"
+
+
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0 vt100"