Kconfig (d0034a7a4ac7fae708146ac0059b9c47a1543f0d) Kconfig (608f52e30aae7dc8da836e5b7b112d50a2d00e43)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Block device driver configuration
4#
5
6menuconfig MD
7 bool "Multiple devices driver support (RAID and LVM)"
8 depends on BLOCK

--- 33 unchanged lines hidden (view full) ---

42
43 If you don't use raid and say Y, this autodetection can cause
44 a several-second delay in the boot time due to various
45 synchronisation steps that are part of this step.
46
47 If unsure, say Y.
48
49config MD_LINEAR
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Block device driver configuration
4#
5
6menuconfig MD
7 bool "Multiple devices driver support (RAID and LVM)"
8 depends on BLOCK

--- 33 unchanged lines hidden (view full) ---

42
43 If you don't use raid and say Y, this autodetection can cause
44 a several-second delay in the boot time due to various
45 synchronisation steps that are part of this step.
46
47 If unsure, say Y.
48
49config MD_LINEAR
50 tristate "Linear (append) mode"
50 tristate "Linear (append) mode (deprecated)"
51 depends on BLK_DEV_MD
52 help
53 If you say Y here, then your multiple devices driver will be able to
54 use the so-called linear mode, i.e. it will combine the hard disk
55 partitions by simply appending one to the other.
56
57 To compile this as a module, choose M here: the module
58 will be called linear.

--- 94 unchanged lines hidden (view full) ---

153
154 If you want to use such a RAID-4/RAID-5/RAID-6 set, say Y. To
155 compile this code as a module, choose M here: the module
156 will be called raid456.
157
158 If unsure, say Y.
159
160config MD_MULTIPATH
51 depends on BLK_DEV_MD
52 help
53 If you say Y here, then your multiple devices driver will be able to
54 use the so-called linear mode, i.e. it will combine the hard disk
55 partitions by simply appending one to the other.
56
57 To compile this as a module, choose M here: the module
58 will be called linear.

--- 94 unchanged lines hidden (view full) ---

153
154 If you want to use such a RAID-4/RAID-5/RAID-6 set, say Y. To
155 compile this code as a module, choose M here: the module
156 will be called raid456.
157
158 If unsure, say Y.
159
160config MD_MULTIPATH
161 tristate "Multipath I/O support"
161 tristate "Multipath I/O support (deprecated)"
162 depends on BLK_DEV_MD
163 help
164 MD_MULTIPATH provides a simple multi-path personality for use
165 the MD framework. It is not under active development. New
166 projects should consider using DM_MULTIPATH which has more
167 features and more testing.
168
169 If unsure, say N.
170
171config MD_FAULTY
162 depends on BLK_DEV_MD
163 help
164 MD_MULTIPATH provides a simple multi-path personality for use
165 the MD framework. It is not under active development. New
166 projects should consider using DM_MULTIPATH which has more
167 features and more testing.
168
169 If unsure, say N.
170
171config MD_FAULTY
172 tristate "Faulty test module for MD"
172 tristate "Faulty test module for MD (deprecated)"
173 depends on BLK_DEV_MD
174 help
175 The "faulty" module allows for a block device that occasionally returns
176 read or write errors. It is useful for testing.
177
178 In unsure, say N.
179
180

--- 463 unchanged lines hidden ---
173 depends on BLK_DEV_MD
174 help
175 The "faulty" module allows for a block device that occasionally returns
176 read or write errors. It is useful for testing.
177
178 In unsure, say N.
179
180

--- 463 unchanged lines hidden ---