Kconfig 2.0 KB

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