dm integrity: improve the Kconfig help text for DM_INTEGRITY
[linux-block.git] / drivers / md / Kconfig
index 982cd0626bc76bfa87cf36911037cc86b5d92833..23dbf20a8999d69d96effb530a56eb6c92faaf61 100644 (file)
@@ -115,7 +115,7 @@ config MD_RAID10
 
          RAID-10 requires mdadm-1.7.0 or later, available at:
 
-         ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/
+         https://www.kernel.org/pub/linux/utils/raid/mdadm/
 
          If unsure, say Y.
 
@@ -357,6 +357,7 @@ config DM_LOG_USERSPACE
 config DM_RAID
        tristate "RAID 1/4/5/6/10 target"
        depends on BLK_DEV_DM
+       select MD_RAID0
        select MD_RAID1
        select MD_RAID10
        select MD_RAID456
@@ -500,4 +501,25 @@ config DM_LOG_WRITES
 
          If unsure, say N.
 
+config DM_INTEGRITY
+       tristate "Integrity target support"
+       depends on BLK_DEV_DM
+       select BLK_DEV_INTEGRITY
+       select DM_BUFIO
+       select CRYPTO
+       select ASYNC_XOR
+       ---help---
+         This device-mapper target emulates a block device that has
+         additional per-sector tags that can be used for storing
+         integrity information.
+
+         This integrity target is used with the dm-crypt target to
+         provide authenticated disk encryption or it can be used
+         standalone.
+
+         To compile this code as a module, choose M here: the module will
+         be called dm-integrity.
+
+         If unsure, say N.
+
 endif # MD