forked from Minki/linux
4f556bc04e
This driver provides support for Alcor Micro AU6601 and AU6621 card readers. This is single LUN HW and it is expected to work with following standards: - Support SDR104 / SDR50 - MultiMedia Card (MMC) - Memory Stick (MS) - Memory Stick PRO (MS_Pro) Since it is a PCIe controller, it should work on any architecture supporting PCIe. For now, it was developed and tested only on x86_64. This driver is a result of RE work and was created without any documentation or real knowledge of HW internals. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
config MISC_ALCOR_PCI
|
|
tristate "Alcor Micro/Alcor Link PCI-E card reader"
|
|
depends on PCI
|
|
select MFD_CORE
|
|
help
|
|
This supports for Alcor Micro PCI-Express card reader including au6601,
|
|
au6621.
|
|
Alcor Micro card readers support access to many types of memory cards,
|
|
such as Memory Stick, Memory Stick Pro, Secure Digital and
|
|
MultiMediaCard.
|
|
|
|
config MISC_RTSX_PCI
|
|
tristate "Realtek PCI-E card reader"
|
|
depends on PCI
|
|
select MFD_CORE
|
|
help
|
|
This supports for Realtek PCI-Express card reader including rts5209,
|
|
rts5227, rts522A, rts5229, rts5249, rts524A, rts525A, rtl8411, rts5260.
|
|
Realtek card readers support access to many types of memory cards,
|
|
such as Memory Stick, Memory Stick Pro, Secure Digital and
|
|
MultiMediaCard.
|
|
|
|
config MISC_RTSX_USB
|
|
tristate "Realtek USB card reader"
|
|
depends on USB
|
|
select MFD_CORE
|
|
help
|
|
Select this option to get support for Realtek USB 2.0 card readers
|
|
including RTS5129, RTS5139, RTS5179 and RTS5170.
|
|
Realtek card reader supports access to many types of memory cards,
|
|
such as Memory Stick Pro, Secure Digital and MultiMediaCard.
|