Pierre Ossman | 6abaa0c | 2007-05-01 16:00:02 +0200 | [diff] [blame^] | 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 | |