Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # MemoryStick subsystem configuration
0004 #
0005 
0006 menuconfig MEMSTICK
0007         tristate "Sony MemoryStick card support"
0008         help
0009           Sony MemoryStick is a proprietary storage/extension card protocol.
0010 
0011           If you want MemoryStick support, you should say Y here and also
0012           to the specific driver for your MemoryStick interface.
0013 
0014 if MEMSTICK
0015 
0016 config MEMSTICK_DEBUG
0017         bool "MemoryStick debugging"
0018         help
0019           This is an option for use by developers; most people should
0020           say N here.  This enables MemoryStick core and driver debugging.
0021 
0022 
0023 source "drivers/memstick/core/Kconfig"
0024 
0025 source "drivers/memstick/host/Kconfig"
0026 
0027 endif # MEMSTICK