1# SPDX-License-Identifier: GPL-2.0-only
2config 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
13config MISC_RTSX_PCI
14	tristate "Realtek PCI-E card reader"
15	depends on PCI
16	select MFD_CORE
17	help
18	  This supports for Realtek PCI-Express card reader including rts5209,
19	  rts5227, rts522A, rts5229, rts5249, rts524A, rts525A, rtl8411, rts5260.
20	  Realtek card readers support access to many types of memory cards,
21	  such as Memory Stick, Memory Stick Pro, Secure Digital and
22	  MultiMediaCard.
23
24config MISC_RTSX_USB
25	tristate "Realtek USB card reader"
26	depends on USB
27	select MFD_CORE
28	help
29	  Select this option to get support for Realtek USB 2.0 card readers
30	  including RTS5129, RTS5139, RTS5179 and RTS5170.
31	  Realtek card reader supports access to many types of memory cards,
32	  such as Memory Stick Pro, Secure Digital and MultiMediaCard.
33