aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/persistent-data/Kconfig
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2013-03-01 22:45:46 +0000
committerAlasdair G Kergon <agk@redhat.com>2013-03-01 22:45:46 +0000
commit88ae4c5294b319431c8c2ec86495b2de295adf62 (patch)
tree3f35b1d7ce30ff24339f1967e782fcab4d5748c0 /drivers/md/persistent-data/Kconfig
parentdm: remove CONFIG_EXPERIMENTAL (diff)
downloadlinux-dev-88ae4c5294b319431c8c2ec86495b2de295adf62.tar.xz
linux-dev-88ae4c5294b319431c8c2ec86495b2de295adf62.zip
dm persistent data: remove CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/md/persistent-data/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/persistent-data/Kconfig b/drivers/md/persistent-data/Kconfig
index ceb359050a59..19b268795415 100644
--- a/drivers/md/persistent-data/Kconfig
+++ b/drivers/md/persistent-data/Kconfig
@@ -1,6 +1,6 @@
config DM_PERSISTENT_DATA
tristate
- depends on BLK_DEV_DM && EXPERIMENTAL
+ depends on BLK_DEV_DM
select LIBCRC32C
select DM_BUFIO
---help---