From 2d4862e3c1ce74bff7f7b8683fe71e388130da4b Mon Sep 17 00:00:00 2001 From: Jouni Hogander Date: Wed, 25 Jun 2008 12:13:40 +0300 Subject: [PATCH] 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 --- arch/arm/configs/omap_3430sdp_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.41.3