Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # MemoryStick host controller drivers
0004 #
0005 
0006 comment "MemoryStick Host Controller Drivers"
0007 
0008 config MEMSTICK_TIFM_MS
0009         tristate "TI Flash Media MemoryStick Interface support "
0010         depends on PCI
0011         select TIFM_CORE
0012         help
0013           Say Y here if you want to be able to access MemoryStick cards with
0014           the Texas Instruments(R) Flash Media card reader, found in many
0015           laptops.
0016           This option 'selects' (turns on, enables) 'TIFM_CORE', but you
0017           probably also need appropriate card reader host adapter, such as
0018           'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
0019           (TIFM_7XX1)'.
0020 
0021           To compile this driver as a module, choose M here: the
0022           module will be called tifm_ms.
0023 
0024 config MEMSTICK_JMICRON_38X
0025         tristate "JMicron JMB38X MemoryStick interface support"
0026         depends on PCI
0027 
0028         help
0029           Say Y here if you want to be able to access MemoryStick cards with
0030           the JMicron(R) JMB38X MemoryStick card reader.
0031 
0032           To compile this driver as a module, choose M here: the
0033           module will be called jmb38x_ms.
0034 
0035 config MEMSTICK_R592
0036         tristate "Ricoh R5C592 MemoryStick interface support"
0037         depends on PCI
0038 
0039         help
0040           Say Y here if you want to be able to access MemoryStick cards with
0041           the Ricoh R5C592 MemoryStick card reader (which is part of 5 in one
0042                 multifunction reader)
0043 
0044           To compile this driver as a module, choose M here: the module will
0045           be called r592.
0046 
0047 config MEMSTICK_REALTEK_PCI
0048         tristate "Realtek PCI-E Memstick Card Interface Driver"
0049         depends on MISC_RTSX_PCI
0050         help
0051           Say Y here to include driver code to support Memstick card interface
0052           of Realtek PCI-E card reader
0053 
0054           To compile this driver as a module, choose M here: the module will
0055           be called rtsx_pci_ms.
0056 
0057 config MEMSTICK_REALTEK_USB
0058         tristate "Realtek USB Memstick Card Interface Driver"
0059         depends on MISC_RTSX_USB
0060         help
0061           Say Y here to include driver code to support Memstick card interface
0062           of Realtek RTS5129/39 series USB card reader
0063 
0064           To compile this driver as a module, choose M here: the module will
0065           be called rts5139_ms.