[dm-devel] [PATCH RFC 08/10] dm-dedup: Kconfig changes

Vasily Tarasov tarasov at vasily.name
Thu Apr 17 20:36:41 UTC 2014


Changes to Kconfig.

Signed-off-by: Vasily Tarasov <tarasov at vasily.name>
---
 drivers/md/Kconfig |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index 95ad936..b43f163 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -421,4 +421,12 @@ config DM_SWITCH
 
 	  If unsure, say N.
 
+config DM_DEDUP
+	tristate "Deduplication target (EXPERIMENTAL)"
+	depends on BLK_DEV_DM
+	select DM_PERSISTENT_DATA
+	select CRYPTO
+	---help---
+	  This device-maper target performs data deduplication.
+
 endif # MD
-- 
1.7.1




More information about the dm-devel mailing list