mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
cc14e209c9
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>
26 lines
609 B
Text
26 lines
609 B
Text
#
|
|
# MemoryStick subsystem configuration
|
|
#
|
|
|
|
menuconfig MEMSTICK
|
|
tristate "Sony MemoryStick card support"
|
|
help
|
|
Sony MemoryStick is a proprietary storage/extension card protocol.
|
|
|
|
If you want MemoryStick support, you should say Y here and also
|
|
to the specific driver for your MemoryStick interface.
|
|
|
|
if MEMSTICK
|
|
|
|
config MEMSTICK_DEBUG
|
|
bool "MemoryStick debugging"
|
|
help
|
|
This is an option for use by developers; most people should
|
|
say N here. This enables MemoryStick core and driver debugging.
|
|
|
|
|
|
source "drivers/memstick/core/Kconfig"
|
|
|
|
source "drivers/memstick/host/Kconfig"
|
|
|
|
endif # MEMSTICK
|