From: Fabio Estevam Date: Fri, 22 Feb 2013 18:33:02 +0000 (-0300) Subject: linux-fslc: mxs/defconfig: Select CONFIG_MMC_UNSAFE_RESUME X-Git-Tag: 2.1~1507 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cd8e2beddfaf7a7de3a3a96e94183221f3a55420;p=meta-freescale.git linux-fslc: 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. Change-Id: I2fa0724895bfac9848c3c5664b09693e013771d2 Signed-off-by: Fabio Estevam --- diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-fslc/mxs/defconfig b/meta-fsl-arm/recipes-kernel/linux/linux-fslc/mxs/defconfig index 1343c67d..c4828d4d 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-fslc/mxs/defconfig +++ b/meta-fsl-arm/recipes-kernel/linux/linux-fslc/mxs/defconfig @@ -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