https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 191804f0e8d38baa5a01e99ce12d92de045e8f48 authored by Jason Self on 30 July 2009, 22:35:09 UTC
Linux-libre 2.6.30.4-gnu1
Tip revision: 191804f
Kconfig
#
# MMC core configuration
#

config MMC_UNSAFE_RESUME
	bool "Allow unsafe resume (DANGEROUS)"
	help
	  If you say Y here, the MMC layer will assume that all cards
	  stayed in their respective slots during the suspend. The
	  normal behaviour is to remove them at suspend and
	  redetecting them at resume. Breaking this assumption will
	  in most cases result in data corruption.

	  This option is usually just for embedded systems which use
	  a MMC/SD card for rootfs. Most people should say N here.

back to top