mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 02:23:16 +00:00
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>
5 lines
216 B
Makefile
5 lines
216 B
Makefile
obj-$(CONFIG_MISC_ALCOR_PCI) += alcor_pci.o
|
|
obj-$(CONFIG_MISC_RTSX_PCI) += rtsx_pci.o
|
|
rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o rts5260.o
|
|
obj-$(CONFIG_MISC_RTSX_USB) += rtsx_usb.o
|