]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/md/Kconfig
hwmon/w83627ehf: Export the thermal sensor types
[linux-2.6-omap-h63xx.git] / drivers / md / Kconfig
index c92c1521546dfaa7c412f96ff9e021d5369b34ef..7df934d69134436cc2e1f5affb7f681dc0ab1671 100644 (file)
@@ -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