From: Thomas Petazzoni Date: Fri, 21 Dec 2012 14:49:17 +0000 (+0100) Subject: arm: mvebu: enable SDIO support in mvebu_defconfig X-Git-Tag: upstream/snapshot3+hdmi~5604^2~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71e2a396234d5b044c50145ec9d05648a618c0d1;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git arm: mvebu: enable SDIO support in mvebu_defconfig Now that the mvsdio driver has gained Device Tree support and the necessary Device Tree informations has been added for Armada 370 and Armada XP platforms, we enable the MMC subsystem and the mvsdio driver in mvebu_defconfig. Signed-off-by: Thomas Petazzoni Signed-off-by: Jason Cooper --- diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index 9d3922b..f69a715 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig @@ -39,6 +39,8 @@ CONFIG_SERIAL_8250_DW=y CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y # CONFIG_USB_SUPPORT is not set +CONFIG_MMC=y +CONFIG_MMC_MVSDIO=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_S35390A=y CONFIG_RTC_DRV_MV=y