]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc: mxs/defconfig: Select CONFIG_MMC_UNSAFE_RESUME
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 22 Feb 2013 18:33:02 +0000 (15:33 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 27 Feb 2013 12:43:20 +0000 (09:43 -0300)
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.

Change-Id: I2fa0724895bfac9848c3c5664b09693e013771d2
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
meta-fsl-arm/recipes-kernel/linux/linux-fslc/mxs/defconfig

index 1343c67d73888526da27288b28e23e24f2c2f2a9..c4828d4d6bc80a0537eb827baddb12b29666721b 100644 (file)
@@ -123,6 +123,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