diff mbox

ARM: multi_v7_defconfig: add SDHCI for i.MX

Message ID 1380501567-6175-1-git-send-email-olof@lixom.net (mailing list archive)
State New, archived
Headers show

Commit Message

Olof Johansson Sept. 30, 2013, 12:39 a.m. UTC
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>
---

I'll apply this in the fixes branch for 3.12 since it increases test
coverage in my setup here.

 arch/arm/configs/multi_v7_defconfig |    1 +
 1 file changed, 1 insertion(+)

Comments

Fabio Estevam Sept. 30, 2013, 1:33 a.m. UTC | #1
On Sun, Sep 29, 2013 at 9:39 PM, Olof Johansson <olof@lixom.net> wrote:
> 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>
diff mbox

Patch

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index f3935b4..119fc37 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