summaryrefslogtreecommitdiffstats
path: root/config-arm-tegra
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-10-05 08:12:12 +0100
committerPeter Robinson <pbrobinson@gmail.com>2012-10-05 08:12:47 +0100
commit8c0399628afc54985b89fd8c856f442a110230b8 (patch)
treee5cc975f65d2444c4baf0d350744d42a21ae9808 /config-arm-tegra
parentbac708def625cbe9235b18a6f6e005a5d9334c3b (diff)
downloadkernel-8c0399628afc54985b89fd8c856f442a110230b8.tar.gz
kernel-8c0399628afc54985b89fd8c856f442a110230b8.tar.xz
kernel-8c0399628afc54985b89fd8c856f442a110230b8.zip
Build MMC in on OMAP and Tegra until we work out why modules don't work
Diffstat (limited to 'config-arm-tegra')
-rw-r--r--config-arm-tegra8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-arm-tegra b/config-arm-tegra
index 5ec5a6762..015af431d 100644
--- a/config-arm-tegra
+++ b/config-arm-tegra
@@ -27,6 +27,14 @@ CONFIG_TEGRA_IOMMU_SMMU=y
CONFIG_I2C_TEGRA=y
+# This block is temporary until we work out why the MMC modules don't work as modules
+CONFIG_MMC=y
+CONFIG_MMC_BLOCK=y
+CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_PLTFM=y
+CONFIG_MMC_SDHCI_OF=y
+CONFIG_MMC_SPI=y
+
CONFIG_MMC_SDHCI_TEGRA=y
# CONFIG_RCU_BOOST is not set