Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # MemoryStick core configuration
  3. #
  4. comment "MemoryStick drivers"
  5. config MEMSTICK_UNSAFE_RESUME
  6. bool "Allow unsafe resume (DANGEROUS)"
  7. help
  8. If you say Y here, the MemoryStick layer will assume that all
  9. cards stayed in their respective slots during the suspend. The
  10. normal behaviour is to remove them at suspend and
  11. redetecting them at resume. Breaking this assumption will
  12. in most cases result in data corruption.
  13. This option is usually just for embedded systems which use
  14. a MemoryStick card for rootfs. Most people should say N here.
  15. config MSPRO_BLOCK
  16. tristate "MemoryStick Pro block device driver"
  17. depends on BLOCK
  18. help
  19. Say Y here to enable the MemoryStick Pro block device driver
  20. support. This provides a block device driver, which you can use
  21. to mount the filesystem. Almost everyone wishing MemoryStick
  22. support should say Y or M here.
  23. config MS_BLOCK
  24. tristate "MemoryStick Standard device driver"
  25. depends on BLOCK
  26. help
  27. Say Y here to enable the MemoryStick Standard device driver
  28. support. This provides a block device driver, which you can use
  29. to mount the filesystem.
  30. This driver works with old (bulky) MemoryStick and MemoryStick Duo
  31. but not PRO. Say Y if you have such card.
  32. Driver is new and not yet well tested, thus it can damage your card
  33. (even permanently)