File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 6
6
comment "MemoryStick drivers"
7
7
8
8
config MEMSTICK_UNSAFE_RESUME
9
- bool "Allow unsafe resume (DANGEROUS)"
10
- help
11
- If you say Y here, the MemoryStick layer will assume that all
12
- cards stayed in their respective slots during the suspend. The
13
- normal behaviour is to remove them at suspend and
14
- redetecting them at resume. Breaking this assumption will
15
- in most cases result in data corruption.
9
+ bool "Allow unsafe resume (DANGEROUS)"
10
+ help
11
+ If you say Y here, the MemoryStick layer will assume that all
12
+ cards stayed in their respective slots during the suspend. The
13
+ normal behaviour is to remove them at suspend and
14
+ redetecting them at resume. Breaking this assumption will
15
+ in most cases result in data corruption.
16
16
17
- This option is usually just for embedded systems which use
18
- a MemoryStick card for rootfs. Most people should say N here.
17
+ This option is usually just for embedded systems which use
18
+ a MemoryStick card for rootfs. Most people should say N here.
19
19
20
20
config MSPRO_BLOCK
21
21
tristate "MemoryStick Pro block device driver"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ config MEMSTICK_TIFM_MS
18
18
'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
19
19
(TIFM_7XX1)'.
20
20
21
- To compile this driver as a module, choose M here: the
21
+ To compile this driver as a module, choose M here: the
22
22
module will be called tifm_ms.
23
23
24
24
config MEMSTICK_JMICRON_38X
@@ -29,7 +29,7 @@ config MEMSTICK_JMICRON_38X
29
29
Say Y here if you want to be able to access MemoryStick cards with
30
30
the JMicron(R) JMB38X MemoryStick card reader.
31
31
32
- To compile this driver as a module, choose M here: the
32
+ To compile this driver as a module, choose M here: the
33
33
module will be called jmb38x_ms.
34
34
35
35
config MEMSTICK_R592
You can’t perform that action at this time.
0 commit comments