Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config MISC_ALCOR_PCI
  3. tristate "Alcor Micro/Alcor Link PCI-E card reader"
  4. depends on PCI
  5. select MFD_CORE
  6. help
  7. This supports for Alcor Micro PCI-Express card reader including au6601,
  8. au6621.
  9. Alcor Micro card readers support access to many types of memory cards,
  10. such as Memory Stick, Memory Stick Pro, Secure Digital and
  11. MultiMediaCard.
  12. config MISC_RTSX_PCI
  13. tristate "Realtek PCI-E card reader"
  14. depends on PCI
  15. select MFD_CORE
  16. help
  17. This supports for Realtek PCI-Express card reader including rts5209,
  18. rts5227, rts522A, rts5229, rts5249, rts524A, rts525A, rtl8411, rts5260.
  19. Realtek card readers support access to many types of memory cards,
  20. such as Memory Stick, Memory Stick Pro, Secure Digital and
  21. MultiMediaCard.
  22. config MISC_RTSX_USB
  23. tristate "Realtek USB card reader"
  24. depends on USB
  25. select MFD_CORE
  26. help
  27. Select this option to get support for Realtek USB 2.0 card readers
  28. including RTS5129, RTS5139, RTS5179 and RTS5170.
  29. Realtek card reader supports access to many types of memory cards,
  30. such as Memory Stick Pro, Secure Digital and MultiMediaCard.