diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-16 18:53:45 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-21 14:52:44 -0800 |
commit | cc14e209c9cb5f2a82424d7aac1f0c763c8e8e7b (patch) | |
tree | 7109f8e3ab33917fc19e1837380bad3d7af45849 /drivers/memstick | |
parent | 686f31aced6926dfeee98c39b34e1d52cfeb05aa (diff) | |
download | linux-3.10-cc14e209c9cb5f2a82424d7aac1f0c763c8e8e7b.tar.gz linux-3.10-cc14e209c9cb5f2a82424d7aac1f0c763c8e8e7b.tar.bz2 linux-3.10-cc14e209c9cb5f2a82424d7aac1f0c763c8e8e7b.zip |
drivers/memstick: 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>
Diffstat (limited to 'drivers/memstick')
-rw-r--r-- | drivers/memstick/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memstick/Kconfig b/drivers/memstick/Kconfig index f0ca41c2032..1314605d791 100644 --- a/drivers/memstick/Kconfig +++ b/drivers/memstick/Kconfig @@ -3,7 +3,7 @@ # menuconfig MEMSTICK - tristate "Sony MemoryStick card support (EXPERIMENTAL)" + tristate "Sony MemoryStick card support" help Sony MemoryStick is a proprietary storage/extension card protocol. |