diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2013-05-27 09:16:06 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-07-20 05:59:43 -0400 |
commit | 9af588736f48401cca6a39a96a59fb994068237f (patch) | |
tree | 6631d2fac80f8bca19f490824d112227a897884f /arch/arm/configs/nhk8815_defconfig | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) |
ARM: nomadik: Update MMC defconfigs
Enable MMC_UNSAFE_RESUME to 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/configs/nhk8815_defconfig')
-rw-r--r-- | arch/arm/configs/nhk8815_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/nhk8815_defconfig b/arch/arm/configs/nhk8815_defconfig index 35f8cf299fa2..b605575f3225 100644 --- a/arch/arm/configs/nhk8815_defconfig +++ b/arch/arm/configs/nhk8815_defconfig | |||
@@ -95,7 +95,8 @@ CONFIG_I2C_NOMADIK=y | |||
95 | CONFIG_DEBUG_GPIO=y | 95 | CONFIG_DEBUG_GPIO=y |
96 | # CONFIG_HWMON is not set | 96 | # CONFIG_HWMON is not set |
97 | CONFIG_MMC=y | 97 | CONFIG_MMC=y |
98 | CONFIG_MMC_CLKGATE=y | 98 | CONFIG_MMC_UNSAFE_RESUME=y |
99 | # CONFIG_MMC_BLOCK_BOUNCE is not set | ||
99 | CONFIG_MMC_ARMMMCI=y | 100 | CONFIG_MMC_ARMMMCI=y |
100 | CONFIG_NEW_LEDS=y | 101 | CONFIG_NEW_LEDS=y |
101 | CONFIG_LEDS_CLASS=y | 102 | CONFIG_LEDS_CLASS=y |