blob: e6180135d48ba8dbba9774468cb5b941bfbfc1ce [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Alex Dubovbaf85322008-02-09 10:20:54 -08002#
3# MemoryStick subsystem configuration
4#
5
6menuconfig MEMSTICK
Kees Cookcc14e202013-01-16 18:53:45 -08007 tristate "Sony MemoryStick card support"
Alex Dubovbaf85322008-02-09 10:20:54 -08008 help
9 Sony MemoryStick is a proprietary storage/extension card protocol.
10
11 If you want MemoryStick support, you should say Y here and also
Alex Dubov60fdd932008-03-10 11:43:43 -070012 to the specific driver for your MemoryStick interface.
Alex Dubovbaf85322008-02-09 10:20:54 -080013
14if MEMSTICK
15
16config MEMSTICK_DEBUG
17 bool "MemoryStick debugging"
18 help
19 This is an option for use by developers; most people should
20 say N here. This enables MemoryStick core and driver debugging.
21
22
23source "drivers/memstick/core/Kconfig"
24
25source "drivers/memstick/host/Kconfig"
26
27endif # MEMSTICK