Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / drivers / memstick / Kconfig
blobe1bf8d718a73a7568eee2467407068b8968389e4
2 # MemoryStick subsystem configuration
5 menuconfig MEMSTICK
6         tristate "Sony MemoryStick card support (EXPERIMENTAL)"
7         help
8           Sony MemoryStick is a proprietary storage/extension card protocol.
10           If you want MemoryStick support, you should say Y here and also
11 <<<<<<< HEAD:drivers/memstick/Kconfig
12           to the specific driver for your MMC interface.
13 =======
14           to the specific driver for your MemoryStick interface.
15 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/memstick/Kconfig
17 if MEMSTICK
19 config MEMSTICK_DEBUG
20         bool "MemoryStick debugging"
21         help
22           This is an option for use by developers; most people should
23           say N here.  This enables MemoryStick core and driver debugging.
26 source "drivers/memstick/core/Kconfig"
28 source "drivers/memstick/host/Kconfig"
30 endif # MEMSTICK