summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorFabio Estevam2013-02-22 19:10:22 +0100
committerShawn Guo2013-04-01 10:31:04 +0200
commit5451a6b94b1889795958984bf3684698f2fd890c (patch)
tree97bc50d3097a9c8335d4d6c8d1785f74c4e03278 /arch/arm/configs
parentARM: mxs_defconfig: Build CONFIG_INPUT_EVDEV as built-in (diff)
downloadkernel-qcow2-linux-5451a6b94b1889795958984bf3684698f2fd890c.tar.gz
kernel-qcow2-linux-5451a6b94b1889795958984bf3684698f2fd890c.tar.xz
kernel-qcow2-linux-5451a6b94b1889795958984bf3684698f2fd890c.zip
ARM: mxs_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')
-rw-r--r--arch/arm/configs/mxs_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
index bacbd836f903..ad24193525f5 100644
--- 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