diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2012-10-05 08:12:12 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2012-10-05 08:12:47 +0100 |
commit | 8c0399628afc54985b89fd8c856f442a110230b8 (patch) | |
tree | e5cc975f65d2444c4baf0d350744d42a21ae9808 /config-arm-tegra | |
parent | bac708def625cbe9235b18a6f6e005a5d9334c3b (diff) | |
download | kernel-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-tegra | 8 |
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 |