# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2021-2023 , Taotao Chen <chentt10@chinatelecom.cn>
# Block device snapshot module configuration
#

config BLK_CTK_BDS
	tristate "CTKernel Block Device Snapshot"
	default y
	help
	  Allow to create snapshots and track block changes
	  for block devices.Designed for creating backups for
	  a simple block devices. Snapshots are temporary and
	  are released then backup is completed. Change block
	  tracking allows to create incremental or differential
	  backups.

