https://github.com/torvalds/linux
Raw File
Tip revision: 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04 authored by Linus Torvalds on 25 January 2021, 00:47:14 UTC
Linux 5.11-rc5
Tip revision: 6ee1d74
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
#
# 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
back to top