summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS2
-rw-r--r--kernel/list_modules.pm3
2 files changed, 4 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index 76f27e00d..54c54a47f 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- include "sdhci-acpi" for eMMC (mga#11812)
+
Version 2.2 - 13 November 2013 by Colin Guthrie
- pass the modules we want in modules.alias, but not in the initrd through to
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index c4ee7674d..63a382012 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -332,7 +332,8 @@ our %l = (
other => [
qw(defxx ide-floppy ide-tape loop lp nbd sg st),
qw(parport_pc parport_serial),
- qw(btaudio mmc_block),
+ qw(btaudio),
+ qw(mmc_block sdhci-acpi), # eMMC
'cryptoloop',
if_(arch() =~ /sparc/, 'openprom'),