Commit 686f31ac authored by Kees Cook's avatar Kees Cook Committed by Greg Kroah-Hartman

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: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e141a481
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
comment "MemoryStick Host Controller Drivers" comment "MemoryStick Host Controller Drivers"
config MEMSTICK_TIFM_MS config MEMSTICK_TIFM_MS
tristate "TI Flash Media MemoryStick Interface support (EXPERIMENTAL)" tristate "TI Flash Media MemoryStick Interface support "
depends on EXPERIMENTAL && PCI depends on PCI
select TIFM_CORE select TIFM_CORE
help help
Say Y here if you want to be able to access MemoryStick cards with Say Y here if you want to be able to access MemoryStick cards with
...@@ -21,8 +21,8 @@ config MEMSTICK_TIFM_MS ...@@ -21,8 +21,8 @@ config MEMSTICK_TIFM_MS
module will be called tifm_ms. module will be called tifm_ms.
config MEMSTICK_JMICRON_38X config MEMSTICK_JMICRON_38X
tristate "JMicron JMB38X MemoryStick interface support (EXPERIMENTAL)" tristate "JMicron JMB38X MemoryStick interface support"
depends on EXPERIMENTAL && PCI depends on PCI
help help
Say Y here if you want to be able to access MemoryStick cards with Say Y here if you want to be able to access MemoryStick cards with
...@@ -32,8 +32,8 @@ config MEMSTICK_JMICRON_38X ...@@ -32,8 +32,8 @@ config MEMSTICK_JMICRON_38X
module will be called jmb38x_ms. module will be called jmb38x_ms.
config MEMSTICK_R592 config MEMSTICK_R592
tristate "Ricoh R5C592 MemoryStick interface support (EXPERIMENTAL)" tristate "Ricoh R5C592 MemoryStick interface support"
depends on EXPERIMENTAL && PCI depends on PCI
help help
Say Y here if you want to be able to access MemoryStick cards with Say Y here if you want to be able to access MemoryStick cards with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment