2019-05-19 08:07:45 -04:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2008-02-09 13:20:54 -05:00
|
|
|
#
|
|
|
|
# MemoryStick subsystem configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig MEMSTICK
|
2013-01-16 21:53:45 -05:00
|
|
|
tristate "Sony MemoryStick card support"
|
2008-02-09 13:20:54 -05: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 14:43:43 -04:00
|
|
|
to the specific driver for your MemoryStick interface.
|
2008-02-09 13:20:54 -05: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
|