From: Sriram Date: Sun, 22 Nov 2009 18:11:09 +0000 (-0800) Subject: omap3: evm: make HSMMC driver built-in X-Git-Tag: v2.6.33-rc1~381^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=839c978794f3d2d0dce4693bbb087f9507bbab9b;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git omap3: evm: make HSMMC driver built-in For ease of use it is preferrable to build in HSMMC driver rather than build it as kernel module. This patches updates default configuration for omap3evm to reflect this change. Signed-off-by: Sriramakrishnan Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/configs/omap3_evm_defconfig b/arch/arm/configs/omap3_evm_defconfig index d5ff477..36c99e0 100644 --- a/arch/arm/configs/omap3_evm_defconfig +++ b/arch/arm/configs/omap3_evm_defconfig @@ -1126,7 +1126,7 @@ CONFIG_MMC_BLOCK_BOUNCE=y # # CONFIG_MMC_SDHCI is not set # CONFIG_MMC_OMAP is not set -CONFIG_MMC_OMAP_HS=m +CONFIG_MMC_OMAP_HS=y # CONFIG_MMC_SPI is not set # CONFIG_MEMSTICK is not set # CONFIG_ACCESSIBILITY is not set