Enable CONFIG_MMC_RICOH_MMC=y for ports and ubuntu. This option adds a
pci quirk to disable Ricoh MMC Controller. This proprietary controller
is unnecessary because the SDHCI driver supports MMC cards on the SD
controller, but if it is not disabled, it will steal the MMC cards away
- rendering them useless. It is safe to select this even if you don't
have a Ricoh based card reader.
diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports
index 7629986..d66f544 100644
--- a/debian.master/config/config.common.ports
+++ b/debian.master/config/config.common.ports
@@ -1917,7 +1917,7 @@ CONFIG_MMC_BLOCK=m
CONFIG_MMC_BLOCK_BOUNCE=y
CONFIG_MMC_CB710=m
# CONFIG_MMC_DEBUG is not set
-# CONFIG_MMC_RICOH_MMC is not set
+CONFIG_MMC_RICOH_MMC=y
CONFIG_MMC_SDHCI=m
CONFIG_MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER=y
CONFIG_MMC_SDHCI_IO_ACCESSORS=y
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index fece061..dd83346 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -2356,7 +2356,7 @@ CONFIG_MMC_ARMMMCI=y
CONFIG_MMC_BLOCK_BOUNCE=y
CONFIG_MMC_CB710=m
# CONFIG_MMC_DEBUG is not set
-# CONFIG_MMC_RICOH_MMC is not set
+CONFIG_MMC_RICOH_MMC=y
CONFIG_MMC_SDHCI=m
CONFIG_MMC_SDHCI_PCI=m
CONFIG_MMC_SDHCI_PLTFM=m
--
1.7.0.4
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team