42 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# MemoryStick core configuration4#5 6comment "MemoryStick drivers"7 8config MEMSTICK_UNSAFE_RESUME9 bool "Allow unsafe resume (DANGEROUS)"10 help11 If you say Y here, the MemoryStick layer will assume that all12 cards stayed in their respective slots during the suspend. The13 normal behaviour is to remove them at suspend and14 redetecting them at resume. Breaking this assumption will15 in most cases result in data corruption.16 17 This option is usually just for embedded systems which use18 a MemoryStick card for rootfs. Most people should say N here.19 20config MSPRO_BLOCK21 tristate "MemoryStick Pro block device driver"22 depends on BLOCK23 imply IOSCHED_BFQ24 help25 Say Y here to enable the MemoryStick Pro block device driver26 support. This provides a block device driver, which you can use27 to mount the filesystem. Almost everyone wishing MemoryStick28 support should say Y or M here.29 30config MS_BLOCK31 tristate "MemoryStick Standard device driver"32 depends on BLOCK33 imply IOSCHED_BFQ34 help35 Say Y here to enable the MemoryStick Standard device driver36 support. This provides a block device driver, which you can use37 to mount the filesystem.38 This driver works with old (bulky) MemoryStick and MemoryStick Duo39 but not PRO. Say Y if you have such card.40 Driver is new and not yet well tested, thus it can damage your card41 (even permanently)42