summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-10-03 23:37:55 +0000
committerPhilip Balister <philip@balister.org>2007-10-03 23:37:55 +0000
commit080e5e03b1d20427e0d441f47f4e231ba27747b2 (patch)
tree3554da21996adafaea447bef7595fed142d4241a /conf
parent28bbfa1c1ce42dfd54653330f59e1a11b6456371 (diff)
parent83ed84ce4985db7354cdf8cef5389af4144eadd0 (diff)
merge of '841a5712bf3e160a32fddc18de65062237b46ed6'
and 'f73119cc933563eddde899dd80930c0dfb4625e3'
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/gumstix.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/include/gumstix.inc b/conf/machine/include/gumstix.inc
index 4f66f92cf0..fc5fd4e136 100644
--- a/conf/machine/include/gumstix.inc
+++ b/conf/machine/include/gumstix.inc
@@ -13,6 +13,7 @@ module_autoload_mmc_block = "mmc_block"
module_autoload_gumstix_gadget = "gumstix_gadget"
module_autoload_g_ether = "g_ether"
module_autoload_smc91x = "smc91x"
+module_autoload_smc911x = "smc911x"
UBOOT_ENTRYPOINT = "a0008000"
@@ -33,8 +34,9 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS = "kernel-module-unix \
kernel-module-rtc-sysfs \
kernel-module-smc91x \
kernel-module-gumstix-smc91x \
- "
-
+ kernel-module-smc911x \
+ kernel-module-gumstix-smc911x \
+ "
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0 vt100"