Skip to content

Commit

Permalink
dm integrity: improve the Kconfig help text for DM_INTEGRITY
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Milan Broz <gmazyland@gmail.com>
  • Loading branch information
Mike Snitzer committed May 4, 2017
1 parent 97dfb20 commit 7ab84db
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions drivers/md/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,24 @@ config DM_LOG_WRITES
If unsure, say N.

config DM_INTEGRITY
tristate "Integrity target"
tristate "Integrity target support"
depends on BLK_DEV_DM
select BLK_DEV_INTEGRITY
select DM_BUFIO
select CRYPTO
select ASYNC_XOR
---help---
This is the integrity target.
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

0 comments on commit 7ab84db

Please sign in to comment.