X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmd%2FKconfig;h=7df934d69134436cc2e1f5affb7f681dc0ab1671;hb=31f6e1bd3b58c9a67e5ea0c2d372fbf5fc9e326d;hp=c92c1521546dfaa7c412f96ff9e021d5369b34ef;hpb=14f50b49fdab8f4c9fc87b55d3631e3bf1ffd385;p=linux-2.6 diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index c92c152154..7df934d691 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -215,6 +215,7 @@ config DM_CRYPT tristate "Crypt target support" depends on BLK_DEV_DM && EXPERIMENTAL select CRYPTO + select CRYPTO_CBC ---help--- This device-mapper target allows you to create a device that transparently encrypts the data on it. You'll need to activate @@ -261,6 +262,15 @@ config DM_MULTIPATH_EMC ---help--- Multipath support for EMC CX/AX series hardware. +config DM_DELAY + tristate "I/O delaying target (EXPERIMENTAL)" + depends on BLK_DEV_DM && EXPERIMENTAL + ---help--- + A target that delays reads and/or writes and can send + them to different devices. Useful for testing. + + If unsure, say N. + endmenu endif