diff options
author | Kees Cook <keescook@chromium.org> | 2013-03-01 17:45:46 -0500 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2013-03-01 17:45:46 -0500 |
commit | 88ae4c5294b319431c8c2ec86495b2de295adf62 (patch) | |
tree | 3f35b1d7ce30ff24339f1967e782fcab4d5748c0 /drivers/md | |
parent | d57916a00fd749ccd354a7f754c2aba98f86d064 (diff) |
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 'drivers/md')
-rw-r--r-- | drivers/md/persistent-data/Kconfig | 2 |
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 @@ | |||
1 | config DM_PERSISTENT_DATA | 1 | config DM_PERSISTENT_DATA |
2 | tristate | 2 | tristate |
3 | depends on BLK_DEV_DM && EXPERIMENTAL | 3 | depends on BLK_DEV_DM |
4 | select LIBCRC32C | 4 | select LIBCRC32C |
5 | select DM_BUFIO | 5 | select DM_BUFIO |
6 | ---help--- | 6 | ---help--- |