summaryrefslogtreecommitdiffstats
path: root/config-arm-omap
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-omap
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-omap')
-rw-r--r--config-arm-omap9
1 files changed, 9 insertions, 0 deletions
diff --git a/config-arm-omap b/config-arm-omap
index b698e4849..ae328f190 100644
--- a/config-arm-omap
+++ b/config-arm-omap
@@ -247,6 +247,15 @@ CONFIG_USB_MUSB_HDRC=y
# CONFIG_USB_GADGET_OMAP is not set
# CONFIG_ISP1301_OMAP is not set
+
+# 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_OMAP=y
CONFIG_MMC_OMAP_HS=y
CONFIG_TWL4030_USB=y