diff options
author | Olof Johansson <olof@lixom.net> | 2013-09-29 17:34:45 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-10-02 20:54:36 -0700 |
commit | 4f76d37cdb6523ad42ba666f0e5560e26b4c3749 (patch) | |
tree | 64c6708ee3167c843d1bb408abbb165ef7c03fb8 /arch/arm/configs/multi_v7_defconfig | |
parent | bd737fea4e49b7c0e848e3765c6b45a858de41a8 (diff) | |
download | blackbird-obmc-linux-4f76d37cdb6523ad42ba666f0e5560e26b4c3749.tar.gz blackbird-obmc-linux-4f76d37cdb6523ad42ba666f0e5560e26b4c3749.zip |
ARM: multi_v7_defconfig: add SDHCI for i.MX
Turn on SDHCI for i.MX support so machines can boot with local rootfs
on SD. Tested on a Wandboard Quad.
Signed-off-by: Olof Johansson <olof@lixom.net>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index f3935b46df29..119fc378fc52 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -135,6 +135,7 @@ CONFIG_MMC=y CONFIG_MMC_ARMMMCI=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y +CONFIG_MMC_SDHCI_ESDHC_IMX=y CONFIG_MMC_SDHCI_TEGRA=y CONFIG_MMC_SDHCI_SPEAR=y CONFIG_MMC_OMAP=y |