94222b9a15ea4668e32cad6ca67a72661e49a947
[safe/jmp/linux-2.6] / drivers / mmc / core / Kconfig
1 #
2 # MMC core configuration
3 #
4
5 config MMC_UNSAFE_RESUME
6         bool "Allow unsafe resume (DANGEROUS)"
7         depends on MMC != n
8         help
9           If you say Y here, the MMC layer will assume that all cards
10           stayed in their respective slots during the suspend. The
11           normal behaviour is to remove them at suspend and
12           redetecting them at resume. Breaking this assumption will
13           in most cases result in data corruption.
14
15           This option is usually just for embedded systems which use
16           a MMC/SD card for rootfs. Most people should say N here.
17