Kconfig (97eb3f24352ec6632c2127b35d8087d2a809a9b9) Kconfig (3407ef5262b55ca5d7139d2b555ef792fe531eec)
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

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

322 If unsure, say N.
323
324config DM_UEVENT
325 bool "DM uevents (EXPERIMENTAL)"
326 depends on BLK_DEV_DM && EXPERIMENTAL
327 ---help---
328 Generate udev events for DM events.
329
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

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

322 If unsure, say N.
323
324config DM_UEVENT
325 bool "DM uevents (EXPERIMENTAL)"
326 depends on BLK_DEV_DM && EXPERIMENTAL
327 ---help---
328 Generate udev events for DM events.
329
330config DM_FLAKEY
331 tristate "Flakey target (EXPERIMENTAL)"
332 depends on BLK_DEV_DM && EXPERIMENTAL
333 ---help---
334 A target that intermittently fails I/O for debugging purposes.
335
330endif # MD
336endif # MD