Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / md / dm-vdo / Kconfig
blob2400b2bc4bc729a4d4a89c05ddd47ca24b69315d
1 # SPDX-License-Identifier: GPL-2.0-only
3 config DM_VDO
4         tristate "VDO: deduplication and compression target"
5         depends on 64BIT
6         depends on BLK_DEV_DM
7         select DM_BUFIO
8         select LZ4_COMPRESS
9         select LZ4_DECOMPRESS
10         select MIN_HEAP
11         help
12           This device mapper target presents a block device with
13           deduplication, compression and thin-provisioning.
15           To compile this code as a module, choose M here: the module will
16           be called dm-vdo.
18           If unsure, say N.