]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: ux500: Update MMC configs for u8500 defconfig
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 27 May 2013 12:30:15 +0000 (14:30 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 27 May 2013 12:34:56 +0000 (14:34 +0200)
Enable MMC_UNSAFE_RESUME to be accomplish a proper suspend/resume cycle
for SD/SDIO/(e)MMC.

ARMMMCI host driver supports clock gating through runtime PM, thus
MMC_CLKGATE is not needed. Moreover ARMMMCI can do scatter-gather which
means we can explicity disable MMC_BLOCK_BOUNCE, since it's default
enabled, to skip unnecessary bounce buffer copying.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/configs/u8500_defconfig

index da353e0755b09cc2e1de5233582a02ed9e3635ca..b2326b019b83603b49b06e054856555f4a43ba60 100644 (file)
@@ -83,7 +83,8 @@ CONFIG_USB_GADGET=y
 CONFIG_USB_GADGET_MUSB_HDRC=y
 CONFIG_USB_ETH=m
 CONFIG_MMC=y
-CONFIG_MMC_CLKGATE=y
+CONFIG_MMC_UNSAFE_RESUME=y
+# CONFIG_MMC_BLOCK_BOUNCE is not set
 CONFIG_MMC_ARMMMCI=y
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y