repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
md
/
persistent-data
/
Kconfig
blob
f4f948b0e173104810c69ef111ec215d80fa76d8
1
# SPDX-License-Identifier: GPL-2.0-only
2
config DM_PERSISTENT_DATA
3
tristate
4
depends on BLK_DEV_DM
5
select LIBCRC32C
6
select DM_BUFIO
7
help
8
Library providing immutable on-disk data structure support for
9
device-mapper targets such as the thin provisioning target.
10