xref: /linux/drivers/memstick/host/Kconfig (revision 9a6b55ac)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# MemoryStick host controller drivers
4#
5
6comment "MemoryStick Host Controller Drivers"
7
8config MEMSTICK_TIFM_MS
9	tristate "TI Flash Media MemoryStick Interface support "
10	depends on PCI
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
24config MEMSTICK_JMICRON_38X
25	tristate "JMicron JMB38X MemoryStick interface support"
26	depends on PCI
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.
34
35config MEMSTICK_R592
36	tristate "Ricoh R5C592 MemoryStick interface support"
37	depends on PCI
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.
46
47config MEMSTICK_REALTEK_PCI
48	tristate "Realtek PCI-E Memstick Card Interface Driver"
49	depends on MISC_RTSX_PCI
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.
56
57config MEMSTICK_REALTEK_USB
58	tristate "Realtek USB Memstick Card Interface Driver"
59	depends on MISC_RTSX_USB
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.
66