Kconfig 506 B

12345678910111213141516
  1. #
  2. # MMC core configuration
  3. #
  4. config MMC_UNSAFE_RESUME
  5. bool "Allow unsafe resume (DANGEROUS)"
  6. help
  7. If you say Y here, the MMC layer will assume that all cards
  8. stayed in their respective slots during the suspend. The
  9. normal behaviour is to remove them at suspend and
  10. redetecting them at resume. Breaking this assumption will
  11. in most cases result in data corruption.
  12. This option is usually just for embedded systems which use
  13. a MMC/SD card for rootfs. Most people should say N here.