56 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# MemoryStick host controller drivers4#5 6comment "MemoryStick Host Controller Drivers"7 8config MEMSTICK_TIFM_MS9 tristate "TI Flash Media MemoryStick Interface support "10 depends on PCI11 select TIFM_CORE12 help13 Say Y here if you want to be able to access MemoryStick cards with14 the Texas Instruments(R) Flash Media card reader, found in many15 laptops.16 This option 'selects' (turns on, enables) 'TIFM_CORE', but you17 probably also need appropriate card reader host adapter, such as18 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support19 (TIFM_7XX1)'.20 21 To compile this driver as a module, choose M here: the22 module will be called tifm_ms.23 24config MEMSTICK_JMICRON_38X25 tristate "JMicron JMB38X MemoryStick interface support"26 depends on PCI27 28 help29 Say Y here if you want to be able to access MemoryStick cards with30 the JMicron(R) JMB38X MemoryStick card reader.31 32 To compile this driver as a module, choose M here: the33 module will be called jmb38x_ms.34 35config MEMSTICK_R59236 tristate "Ricoh R5C592 MemoryStick interface support"37 depends on PCI38 39 help40 Say Y here if you want to be able to access MemoryStick cards with41 the Ricoh R5C592 MemoryStick card reader (which is part of 5 in one42 multifunction reader)43 44 To compile this driver as a module, choose M here: the module will45 be called r592.46 47config MEMSTICK_REALTEK_USB48 tristate "Realtek USB Memstick Card Interface Driver"49 depends on MISC_RTSX_USB50 help51 Say Y here to include driver code to support Memstick card interface52 of Realtek RTS5129/39 series USB card reader53 54 To compile this driver as a module, choose M here: the module will55 be called rts5139_ms.56