summaryrefslogtreecommitdiff
path: root/drivers/memstick/core/Kconfig
diff options
context:
space:
mode:
authorMaxim Levitsky <maximlevitsky@gmail.com>2013-09-11 21:26:02 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2013-09-11 22:59:35 (GMT)
commit0ab30494bc4f3bc1ea4659b7c5d97c5218554a63 (patch)
tree05f4f8e6024c5f20baba9579a4225ddb5e21f0b9 /drivers/memstick/core/Kconfig
parentccf5a04f70cc2f64c145727de0f049cc67c43ece (diff)
downloadlinux-fsl-qoriq-0ab30494bc4f3bc1ea4659b7c5d97c5218554a63.tar.xz
memstick: add support for legacy memorysticks
Based partially on MS standard spec quotes from Alex Dubov. As any code that works with user data this driver isn't recommended to use to write cards that contain valuable data. It tries its best though to avoid data corruption and possible damage to the card. Tested on MS DUO 64 MB card on Ricoh R592 card reader. Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> Cc: Valdis Kletnieks <Valdis.Kletnieks@vt.edu> Cc: Jens Axboe <axboe@kernel.dk> Cc: Alex Dubov <oakad@yahoo.com> Cc: Tejun Heo <tj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/memstick/core/Kconfig')
-rw-r--r--drivers/memstick/core/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/memstick/core/Kconfig b/drivers/memstick/core/Kconfig
index 95f1814..1d38949 100644
--- a/drivers/memstick/core/Kconfig
+++ b/drivers/memstick/core/Kconfig
@@ -24,3 +24,15 @@ config MSPRO_BLOCK
support. This provides a block device driver, which you can use
to mount the filesystem. Almost everyone wishing MemoryStick
support should say Y or M here.
+
+config MS_BLOCK
+ tristate "MemoryStick Standard device driver"
+ depends on BLOCK
+ help
+ Say Y here to enable the MemoryStick Standard device driver
+ support. This provides a block device driver, which you can use
+ to mount the filesystem.
+ This driver works with old (bulky) MemoryStick and MemoryStick Duo
+ but not PRO. Say Y if you have such card.
+ Driver is new and not yet well tested, thus it can damage your card
+ (even permanently)