projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f4a067
)
ARM: mxs_defconfig: Select CONFIG_MMC_UNSAFE_RESUME
author
Fabio Estevam
<fabio.estevam@freescale.com>
Fri, 22 Feb 2013 18:10:22 +0000
(15:10 -0300)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 1 Apr 2013 08:31:04 +0000
(16:31 +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/mxs_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/configs/mxs_defconfig
b/arch/arm/configs/mxs_defconfig
index
bacbd83
..
ad24193
100644
(file)
--- a/
arch/arm/configs/mxs_defconfig
+++ b/
arch/arm/configs/mxs_defconfig
@@
-122,6
+122,7
@@
CONFIG_USB_CHIPIDEA_HOST=y
CONFIG_USB_STORAGE=y
CONFIG_USB_MXS_PHY=y
CONFIG_MMC=y
+CONFIG_MMC_UNSAFE_RESUME=y
CONFIG_MMC_MXS=y
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y