Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 2 | # |
| 3 | # MemoryStick subsystem configuration |
| 4 | # |
| 5 | |
| 6 | menuconfig MEMSTICK |
Kees Cook | cc14e20 | 2013-01-16 18:53:45 -0800 | [diff] [blame] | 7 | tristate "Sony MemoryStick card support" |
Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 8 | 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 Dubov | 60fdd93 | 2008-03-10 11:43:43 -0700 | [diff] [blame] | 12 | to the specific driver for your MemoryStick interface. |
Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 13 | |
| 14 | if MEMSTICK |
| 15 | |
| 16 | config 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 | |
| 23 | source "drivers/memstick/core/Kconfig" |
| 24 | |
| 25 | source "drivers/memstick/host/Kconfig" |
| 26 | |
| 27 | endif # MEMSTICK |