Kconfig 2.0 KB

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