Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[linux-2.6-block.git] / drivers / md / Kconfig
index 1cd9cf85ceca09877113d7fdb2199674d7ec4a26..63e05e32b46269e29f8e75e03073d5587fd6d916 100644 (file)
@@ -5,6 +5,7 @@
 menuconfig MD
        bool "Multiple devices driver support (RAID and LVM)"
        depends on BLOCK
+       select SRCU
        help
          Support multiple physical spindles through a single logical device.
          Required for RAID and logical volume management.
@@ -230,9 +231,8 @@ config DM_CRYPT
          transparently encrypts the data on it. You'll need to activate
          the ciphers you're going to use in the cryptoapi configuration.
 
-         Information on how to use dm-crypt can be found on
-
-         <http://www.saout.de/misc/dm-crypt/>
+         For further information on dm-crypt and userspace tools see:
+         <http://code.google.com/p/cryptsetup/wiki/DMCrypt>
 
          To compile this code as a module, choose M here: the module will
          be called dm-crypt.