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

drivers/memstick/host: 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: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Alex Dubov <oakad@yahoo.com>
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
686f31ac e141a481

+6 -6
+6 -6
drivers/memstick/host/Kconfig
··· 5 5 comment "MemoryStick Host Controller Drivers" 6 6 7 7 config MEMSTICK_TIFM_MS 8 - tristate "TI Flash Media MemoryStick Interface support (EXPERIMENTAL)" 9 - depends on EXPERIMENTAL && PCI 8 + tristate "TI Flash Media MemoryStick Interface support " 9 + depends on PCI 10 10 select TIFM_CORE 11 11 help 12 12 Say Y here if you want to be able to access MemoryStick cards with ··· 21 21 module will be called tifm_ms. 22 22 23 23 config MEMSTICK_JMICRON_38X 24 - tristate "JMicron JMB38X MemoryStick interface support (EXPERIMENTAL)" 25 - depends on EXPERIMENTAL && PCI 24 + tristate "JMicron JMB38X MemoryStick interface support" 25 + depends on PCI 26 26 27 27 help 28 28 Say Y here if you want to be able to access MemoryStick cards with ··· 32 32 module will be called jmb38x_ms. 33 33 34 34 config MEMSTICK_R592 35 - tristate "Ricoh R5C592 MemoryStick interface support (EXPERIMENTAL)" 36 - depends on EXPERIMENTAL && PCI 35 + tristate "Ricoh R5C592 MemoryStick interface support" 36 + depends on PCI 37 37 38 38 help 39 39 Say Y here if you want to be able to access MemoryStick cards with