Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/block/paride: remove depends on 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.

CC: Tim Waugh <tim@cyberelk.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kees Cook and committed by
Greg Kroah-Hartman
0cb3d9c6 48b3de21

+2 -2
+2 -2
drivers/block/paride/Kconfig
··· 205 205 support. 206 206 207 207 config PARIDE_EPATC8 208 - bool "Support c7/c8 chips (EXPERIMENTAL)" 209 - depends on PARIDE_EPAT && EXPERIMENTAL 208 + bool "Support c7/c8 chips" 209 + depends on PARIDE_EPAT 210 210 help 211 211 This option enables support for the newer Shuttle EP1284 (aka c7 and 212 212 c8) chip. You need this if you are using any recent Imation SuperDisk