treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / memstick / host / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
baf8532a
AD
2#
3# MemoryStick host controller drivers
4#
5
6comment "MemoryStick Host Controller Drivers"
7
8config MEMSTICK_TIFM_MS
686f31ac
KC
9 tristate "TI Flash Media MemoryStick Interface support "
10 depends on PCI
baf8532a
AD
11 select TIFM_CORE
12 help
13 Say Y here if you want to be able to access MemoryStick cards with
14 the Texas Instruments(R) Flash Media card reader, found in many
15 laptops.
16 This option 'selects' (turns on, enables) 'TIFM_CORE', but you
17 probably also need appropriate card reader host adapter, such as
18 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
19 (TIFM_7XX1)'.
20
21 To compile this driver as a module, choose M here: the
22 module will be called tifm_ms.
23
60fdd931 24config MEMSTICK_JMICRON_38X
686f31ac
KC
25 tristate "JMicron JMB38X MemoryStick interface support"
26 depends on PCI
60fdd931
AD
27
28 help
29 Say Y here if you want to be able to access MemoryStick cards with
30 the JMicron(R) JMB38X MemoryStick card reader.
31
32 To compile this driver as a module, choose M here: the
33 module will be called jmb38x_ms.
92634125
ML
34
35config MEMSTICK_R592
686f31ac
KC
36 tristate "Ricoh R5C592 MemoryStick interface support"
37 depends on PCI
92634125
ML
38
39 help
40 Say Y here if you want to be able to access MemoryStick cards with
41 the Ricoh R5C592 MemoryStick card reader (which is part of 5 in one
42 multifunction reader)
43
44 To compile this driver as a module, choose M here: the module will
45 be called r592.
b902dd4e
WW
46
47config MEMSTICK_REALTEK_PCI
48 tristate "Realtek PCI-E Memstick Card Interface Driver"
e455b69d 49 depends on MISC_RTSX_PCI
b902dd4e
WW
50 help
51 Say Y here to include driver code to support Memstick card interface
52 of Realtek PCI-E card reader
53
54 To compile this driver as a module, choose M here: the module will
55 be called rtsx_pci_ms.
99451dce
RT
56
57config MEMSTICK_REALTEK_USB
58 tristate "Realtek USB Memstick Card Interface Driver"
e455b69d 59 depends on MISC_RTSX_USB
99451dce
RT
60 help
61 Say Y here to include driver code to support Memstick card interface
62 of Realtek RTS5129/39 series USB card reader
63
64 To compile this driver as a module, choose M here: the module will
65 be called rts5139_ms.