28 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# MemoryStick subsystem configuration4#5 6menuconfig MEMSTICK7 tristate "Sony MemoryStick card support"8 help9 Sony MemoryStick is a proprietary storage/extension card protocol.10 11 If you want MemoryStick support, you should say Y here and also12 to the specific driver for your MemoryStick interface.13 14if MEMSTICK15 16config MEMSTICK_DEBUG17 bool "MemoryStick debugging"18 help19 This is an option for use by developers; most people should20 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 # MEMSTICK28