xref: /openbmc/linux/drivers/misc/cardreader/Kconfig (revision d4fd6347)
1config MISC_ALCOR_PCI
2	tristate "Alcor Micro/Alcor Link PCI-E card reader"
3	depends on PCI
4	select MFD_CORE
5	help
6	  This supports for Alcor Micro PCI-Express card reader including au6601,
7	  au6621.
8	  Alcor Micro card readers support access to many types of memory cards,
9	  such as Memory Stick, Memory Stick Pro, Secure Digital and
10	  MultiMediaCard.
11
12config 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
23config MISC_RTSX_USB
24	tristate "Realtek USB card reader"
25	depends on USB
26	select MFD_CORE
27	help
28	  Select this option to get support for Realtek USB 2.0 card readers
29	  including RTS5129, RTS5139, RTS5179 and RTS5170.
30	  Realtek card reader supports access to many types of memory cards,
31	  such as Memory Stick Pro, Secure Digital and MultiMediaCard.
32