Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / drivers / mmc / core / Kconfig
blobab37a6d9d32a046d7318b3a89a6358c8456b5ef9
2 # MMC core configuration
5 config MMC_UNSAFE_RESUME
6         bool "Allow unsafe resume (DANGEROUS)"
7         help
8           If you say Y here, the MMC layer will assume that all cards
9           stayed in their respective slots during the suspend. The
10           normal behaviour is to remove them at suspend and
11           redetecting them at resume. Breaking this assumption will
12           in most cases result in data corruption.
14           This option is usually just for embedded systems which use
15           a MMC/SD card for rootfs. Most people should say N here.