From: Kees Cook Date: Wed, 13 Feb 2013 22:42:36 +0000 (+1100) Subject: The CONFIG_EXPERIMENTAL config item has not carried much meaning for a X-Git-Tag: next-20130218~56^2~16 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3542f93b0daa54e09f8698e536a12299c58c3002;p=karo-tx-linux.git 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 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 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---