From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasily Tarasov Subject: [PATCH RFC 08/10] dm-dedup: Kconfig changes Date: Thu, 17 Apr 2014 16:36:41 -0400 Message-ID: <535ed0de.4515e00a.677a.3a78@mx.google.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: dm-devel@redhat.com Cc: Christoph Hellwig , Philip Shilane , Sonam Mandal , Erez Zadok List-Id: dm-devel.ids Changes to Kconfig. Signed-off-by: Vasily Tarasov --- 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