diff options
author | John Rigby <john.rigby@linaro.org> | 2011-09-16 15:28:42 -0600 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2011-09-23 09:01:24 -0600 |
commit | e1cd8a5c2e205cf03a27d9656c412585747ba469 (patch) | |
tree | 62fcd7496fcc34500e30d27d8205526943181fdc | |
parent | bfd85f992f6599166e85f5a7acacc354f718d1cd (diff) | |
download | linux-linaro-e1cd8a5c2e205cf03a27d9656c412585747ba469.tar.gz |
LINARO: CONFIG enable CONFIG_MMC_SDHCI_ESDHC_IMX
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r-- | debian.linaro/config/config.common.ubuntu | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian.linaro/config/config.common.ubuntu b/debian.linaro/config/config.common.ubuntu index 2d6a52ce1f4..8f2ae8e9baa 100644 --- a/debian.linaro/config/config.common.ubuntu +++ b/debian.linaro/config/config.common.ubuntu @@ -1124,7 +1124,11 @@ CONFIG_MMC_BLOCK_MINORS=8 # CONFIG_MMC_DW is not set CONFIG_MMC_OMAP=y CONFIG_MMC_OMAP_HS=y -# CONFIG_MMC_SDHCI is not set +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_ESDHC_IMX=y +CONFIG_MMC_SDHCI_IO_ACCESSORS=y +CONFIG_MMC_SDHCI_OF=y +CONFIG_MMC_SDHCI_PLTFM=y # CONFIG_MMC_TEST is not set # CONFIG_MMC_USHC is not set # CONFIG_MMC_VUB300 is not set |