From: Kees Cook Date: Fri, 1 Mar 2013 22:45:46 +0000 (+0000) Subject: dm persistent data: remove CONFIG_EXPERIMENTAL X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=88ae4c5294b319431c8c2ec86495b2de295adf62;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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 Signed-off-by: Alasdair G Kergon --- diff --git a/drivers/md/persistent-data/Kconfig b/drivers/md/persistent-data/Kconfig index ceb359050a5..19b26879541 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---