2019-05-19 14:07:45 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2008-02-09 19:20:54 +01:00
|
|
|
#
|
|
|
|
# MemoryStick subsystem configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig MEMSTICK
|
2013-01-17 03:53:45 +01:00
|
|
|
tristate "Sony MemoryStick card support"
|
2008-02-09 19:20:54 +01:00
|
|
|
help
|
|
|
|
Sony MemoryStick is a proprietary storage/extension card protocol.
|
|
|
|
|
|
|
|
If you want MemoryStick support, you should say Y here and also
|
2008-03-10 19:43:43 +01:00
|
|
|
to the specific driver for your MemoryStick interface.
|
2008-02-09 19:20:54 +01:00
|
|
|
|
|
|
|
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
|