Kconfig (10343180f5c4023043e82d46e71048e68f975f50) Kconfig (55494bf2947dccdf2d98b62374fea7365dfead84)
1#
2# Block device driver configuration
3#
4
5menuconfig MD
6 bool "Multiple devices driver support (RAID and LVM)"
7 depends on BLOCK
8 help

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

233 To compile this code as a module, choose M here: the module will
234 be called dm-crypt.
235
236 If unsure, say N.
237
238config DM_SNAPSHOT
239 tristate "Snapshot target"
240 depends on BLK_DEV_DM
1#
2# Block device driver configuration
3#
4
5menuconfig MD
6 bool "Multiple devices driver support (RAID and LVM)"
7 depends on BLOCK
8 help

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

233 To compile this code as a module, choose M here: the module will
234 be called dm-crypt.
235
236 If unsure, say N.
237
238config DM_SNAPSHOT
239 tristate "Snapshot target"
240 depends on BLK_DEV_DM
241 select DM_BUFIO
241 ---help---
242 Allow volume managers to take writable snapshots of a device.
243
244config DM_THIN_PROVISIONING
245 tristate "Thin provisioning target"
246 depends on BLK_DEV_DM
247 select DM_PERSISTENT_DATA
248 select DM_BIO_PRISON

--- 181 unchanged lines hidden ---
242 ---help---
243 Allow volume managers to take writable snapshots of a device.
244
245config DM_THIN_PROVISIONING
246 tristate "Thin provisioning target"
247 depends on BLK_DEV_DM
248 select DM_PERSISTENT_DATA
249 select DM_BIO_PRISON

--- 181 unchanged lines hidden ---