diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2013-05-27 08:30:15 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-27 08:34:56 -0400 |
commit | 8487662994aaf2b66ab72a096a05b8404daa6eeb (patch) | |
tree | 3b2dfdcc8d6c1cca31650ba3550221db04273b3d /arch/arm | |
parent | d78b655050bbb917069839d5aa1a051f0d867566 (diff) |
ARM: ux500: Update MMC configs for u8500 defconfig
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/u8500_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index da353e0755b0..b2326b019b83 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig | |||
@@ -83,7 +83,8 @@ CONFIG_USB_GADGET=y | |||
83 | CONFIG_USB_GADGET_MUSB_HDRC=y | 83 | CONFIG_USB_GADGET_MUSB_HDRC=y |
84 | CONFIG_USB_ETH=m | 84 | CONFIG_USB_ETH=m |
85 | CONFIG_MMC=y | 85 | CONFIG_MMC=y |
86 | CONFIG_MMC_CLKGATE=y | 86 | CONFIG_MMC_UNSAFE_RESUME=y |
87 | # CONFIG_MMC_BLOCK_BOUNCE is not set | ||
87 | CONFIG_MMC_ARMMMCI=y | 88 | CONFIG_MMC_ARMMMCI=y |
88 | CONFIG_NEW_LEDS=y | 89 | CONFIG_NEW_LEDS=y |
89 | CONFIG_LEDS_CLASS=y | 90 | CONFIG_LEDS_CLASS=y |