diff options
author | Sriram <srk@ti.com> | 2009-11-22 13:11:09 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-22 13:24:32 -0500 |
commit | 839c978794f3d2d0dce4693bbb087f9507bbab9b (patch) | |
tree | 2a1d0cd643d256577de5ae1a4fd56fe7ce9aaded /arch | |
parent | 4679232d3a2085fa5080f260d68b4049c14d5b76 (diff) |
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 <srk@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/omap3_evm_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/omap3_evm_defconfig b/arch/arm/configs/omap3_evm_defconfig index d5ff4776cd0a..36c99e09c8ce 100644 --- a/arch/arm/configs/omap3_evm_defconfig +++ b/arch/arm/configs/omap3_evm_defconfig | |||
@@ -1126,7 +1126,7 @@ CONFIG_MMC_BLOCK_BOUNCE=y | |||
1126 | # | 1126 | # |
1127 | # CONFIG_MMC_SDHCI is not set | 1127 | # CONFIG_MMC_SDHCI is not set |
1128 | # CONFIG_MMC_OMAP is not set | 1128 | # CONFIG_MMC_OMAP is not set |
1129 | CONFIG_MMC_OMAP_HS=m | 1129 | CONFIG_MMC_OMAP_HS=y |
1130 | # CONFIG_MMC_SPI is not set | 1130 | # CONFIG_MMC_SPI is not set |
1131 | # CONFIG_MEMSTICK is not set | 1131 | # CONFIG_MEMSTICK is not set |
1132 | # CONFIG_ACCESSIBILITY is not set | 1132 | # CONFIG_ACCESSIBILITY is not set |