| Submitter | Sriram |
|---|---|
| Date | 2009-10-30 05:46:46 |
| Message ID | <1256881606-24545-1-git-send-email-srk@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/56570/ |
| State | Accepted, archived |
| Commit | 4c7a71d871497836afb33e371c0a24acf4ae7adb |
| Delegated to: | Tony Lindgren |
| Headers | show |
Comments
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 4c7a71d871497836afb33e371c0a24acf4ae7adb PatchWorks http://patchwork.kernel.org/patch/56570/ Git (Likely to change, and takes a while to get mirrored) http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=4c7a71d871497836afb33e371c0a24acf4ae7adb -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
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
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 <srk@ti.com> --- arch/arm/configs/omap3_evm_defconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)