Kconfig 637 B

123456789101112131415161718
  1. #
  2. # MMC core configuration
  3. #
  4. config MMC_UNSAFE_RESUME
  5. bool "Assume MMC/SD cards are non-removable (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.
  14. This option sets a default which can be overridden by the
  15. module parameter "removable=0" or "removable=1".