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, rts5228, rts522A, rts5229, rts5249, rts524A, rts525A, rtl8411, 20 rts5260, rts5261, rts5264. 21 Realtek card readers support access to many types of memory cards, 22 such as Memory Stick, Memory Stick Pro, Secure Digital and 23 MultiMediaCard. 24 25config MISC_RTSX_USB 26 tristate "Realtek USB card reader" 27 depends on USB 28 select MFD_CORE 29 help 30 Select this option to get support for Realtek USB 2.0 card readers 31 including RTS5129, RTS5139, RTS5179 and RTS5170. 32 Realtek card reader supports access to many types of memory cards, 33 such as Memory Stick Pro, Secure Digital and MultiMediaCard. 34