Kconfig 947 B

123456789101112131415161718192021222324252627
  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.