summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-02-22 15:33:02 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-02-27 09:43:20 -0300
commit59eb1fd714f9feb08daa7acad6e2e3a07b7efde6 (patch)
tree409f1f321d080095b893e5802187f7c88f4a304d
parenta78a8e36ceae4d935b57a90e5c5f804c7416a190 (diff)
downloadmeta-fsl-arm-59eb1fd714f9feb08daa7acad6e2e3a07b7efde6.tar.gz
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 <fabio.estevam@freescale.com>
-rw-r--r--recipes-kernel/linux/linux-fslc/mxs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc/mxs/defconfig b/recipes-kernel/linux/linux-fslc/mxs/defconfig
index 1343c67..c4828d4 100644
--- a/recipes-kernel/linux/linux-fslc/mxs/defconfig
+++ b/recipes-kernel/linux/linux-fslc/mxs/defconfig
@@ -123,6 +123,7 @@ CONFIG_USB_CHIPIDEA_HOST=y
123CONFIG_USB_STORAGE=y 123CONFIG_USB_STORAGE=y
124CONFIG_USB_MXS_PHY=y 124CONFIG_USB_MXS_PHY=y
125CONFIG_MMC=y 125CONFIG_MMC=y
126CONFIG_MMC_UNSAFE_RESUME=y
126CONFIG_MMC_MXS=y 127CONFIG_MMC_MXS=y
127CONFIG_NEW_LEDS=y 128CONFIG_NEW_LEDS=y
128CONFIG_LEDS_CLASS=y 129CONFIG_LEDS_CLASS=y