summaryrefslogtreecommitdiff
path: root/drivers/md
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2013-02-14 09:42:36 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-02-14 09:42:36 +1100
commit3542f93b0daa54e09f8698e536a12299c58c3002 (patch)
tree4994172f945f63a2a567fe731ac97aa2f6bd02f8 /drivers/md
parent523799dcde9452316eb86c3101ff0a0265bef5bd (diff)
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. CC: Alasdair Kergon <agk@redhat.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md')
-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---