summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-01-30 16:04:12 +0100
committerShawn Guo <shawn.guo@linaro.org>2014-03-05 03:35:17 +0100
commitf19e1c4a0a2de29c57451f6e2887f507ec4804c8 (patch)
treecb228d4b1c3cc851ef7d94b09b6904e6ecceb63a
parentARM: imx_v4_v5_defconfig: Select CONFIG_MMC_UNSAFE_RESUME (diff)
downloadlinux-f19e1c4a0a2de29c57451f6e2887f507ec4804c8.tar.xz
linux-f19e1c4a0a2de29c57451f6e2887f507ec4804c8.zip
ARM: imx_v6_v7_defconfig: Select CONFIG_MMC_UNSAFE_RESUME
PM subsystem treats mmc card as removed during suspend. If MMC is used to store the root file system, it is better to tell the kernel not to treat it as a removable media, so select CONFIG_MMC_UNSAFE_RESUME for such purpose. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/configs/imx_v6_v7_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 82ab3ccb0f1b..7b7679418f35 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -215,6 +215,7 @@ CONFIG_USB_GADGET=y
CONFIG_USB_ETH=m
CONFIG_USB_MASS_STORAGE=m
CONFIG_MMC=y
+CONFIG_MMC_UNSAFE_RESUME=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_SDHCI_ESDHC_IMX=y