Kconfig (27eb2c4b3d3e13f376a359e293c212a2e9407af5) Kconfig (9d0eb0ab432aaa9160cf2675aee73b3900b9bc18)
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

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

407 You'll need to activate the digests you're going to use in the
408 cryptoapi configuration.
409
410 To compile this code as a module, choose M here: the module will
411 be called dm-verity.
412
413 If unsure, say N.
414
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

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

407 You'll need to activate the digests you're going to use in the
408 cryptoapi configuration.
409
410 To compile this code as a module, choose M here: the module will
411 be called dm-verity.
412
413 If unsure, say N.
414
415config DM_SWITCH
416 tristate "Switch target support (EXPERIMENTAL)"
417 depends on BLK_DEV_DM
418 ---help---
419 This device-mapper target creates a device that supports an arbitrary
420 mapping of fixed-size regions of I/O across a fixed set of paths.
421 The path used for any specific region can be switched dynamically
422 by sending the target a message.
423
424 To compile this code as a module, choose M here: the module will
425 be called dm-switch.
426
427 If unsure, say N.
428
415endif # MD
429endif # MD