diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-01-30 13:04:12 -0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-03-05 10:35:17 +0800 |
commit | f19e1c4a0a2de29c57451f6e2887f507ec4804c8 (patch) | |
tree | cb228d4b1c3cc851ef7d94b09b6904e6ecceb63a /arch/arm/configs/imx_v6_v7_defconfig | |
parent | 135d6908aabb5f7a9f9cce05d2f28c99805df082 (diff) | |
download | blackbird-op-linux-f19e1c4a0a2de29c57451f6e2887f507ec4804c8.tar.gz blackbird-op-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>
Diffstat (limited to 'arch/arm/configs/imx_v6_v7_defconfig')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
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 |