diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-01-30 13:04:11 -0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-03-05 10:35:16 +0800 |
commit | 135d6908aabb5f7a9f9cce05d2f28c99805df082 (patch) | |
tree | fe38c912e7d493055263bb660152bfdb06c7b5c8 /arch/arm/configs/imx_v4_v5_defconfig | |
parent | 1119c84aa3053bd415ba731ada1ecef24c8f82a2 (diff) | |
download | op-kernel-dev-135d6908aabb5f7a9f9cce05d2f28c99805df082.zip op-kernel-dev-135d6908aabb5f7a9f9cce05d2f28c99805df082.tar.gz |
ARM: imx_v4_v5_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>
Diffstat (limited to 'arch/arm/configs/imx_v4_v5_defconfig')
-rw-r--r-- | arch/arm/configs/imx_v4_v5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index 6309ee5..f1aeb7d 100644 --- a/arch/arm/configs/imx_v4_v5_defconfig +++ b/arch/arm/configs/imx_v4_v5_defconfig @@ -154,6 +154,7 @@ CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_MXC=y CONFIG_MMC=y +CONFIG_MMC_UNSAFE_RESUME=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_ESDHC_IMX=y |