projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1119c84
)
ARM: imx_v4_v5_defconfig: Select CONFIG_MMC_UNSAFE_RESUME
author
Fabio Estevam
<fabio.estevam@freescale.com>
Thu, 30 Jan 2014 15:04:11 +0000
(13:04 -0200)
committer
Shawn Guo
<shawn.guo@linaro.org>
Wed, 5 Mar 2014 02:35:16 +0000
(10:35 +0800)
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>
arch/arm/configs/imx_v4_v5_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/configs/imx_v4_v5_defconfig
b/arch/arm/configs/imx_v4_v5_defconfig
index 6309ee52ccfcb3d74563f8ea6d5bfe396daf546c..f1aeb7d727125a7d11925b50ac4358cb6f328349 100644
(file)
--- 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