mmc: add module parameter to set whether cards are assumed removable
[linux-2.6-block.git] / drivers / mmc / core / Kconfig
index ab37a6d9d32a046d7318b3a89a6358c8456b5ef9..bb22ffd76ef8a2bfba0bbdc29d73faabc51911bc 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 config MMC_UNSAFE_RESUME
-       bool "Allow unsafe resume (DANGEROUS)"
+       bool "Assume MMC/SD cards are non-removable (DANGEROUS)"
        help
          If you say Y here, the MMC layer will assume that all cards
          stayed in their respective slots during the suspend. The
@@ -14,3 +14,5 @@ config MMC_UNSAFE_RESUME
          This option is usually just for embedded systems which use
          a MMC/SD card for rootfs. Most people should say N here.
 
+         This option sets a default which can be overridden by the
+         module parameter "removable=0" or "removable=1".