From: Jouni Hogander Date: Wed, 25 Jun 2008 09:13:40 +0000 (+0300) Subject: 34XX: PM: Workaround to build omap hsmmc as a module X-Git-Tag: v2.6.26-omap1~103 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2d4862e3c1ce74bff7f7b8683fe71e388130da4b;p=linux-2.6-omap-h63xx.git 34XX: PM: Workaround to build omap hsmmc as a module Current omap hsmmc driver is not pm friendly. Build it as a module because it prevents omap3 retention. Signed-off-by: Jouni Hogander Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/configs/omap_3430sdp_defconfig b/arch/arm/configs/omap_3430sdp_defconfig index 947c25f1de3..5672a6e4c37 100644 --- a/arch/arm/configs/omap_3430sdp_defconfig +++ b/arch/arm/configs/omap_3430sdp_defconfig @@ -1058,7 +1058,7 @@ CONFIG_MMC_BLOCK_BOUNCE=y # # MMC/SD Host Controller Drivers # -CONFIG_MMC_OMAP_HS=y +CONFIG_MMC_OMAP_HS=m # CONFIG_MMC_SPI is not set # CONFIG_NEW_LEDS is not set CONFIG_RTC_LIB=y