summaryrefslogtreecommitdiff
path: root/drivers/misc/cardreader/Makefile
diff options
context:
space:
mode:
authorRui Feng <rui_feng@realsil.com.cn>2017-11-29 12:09:56 +0300
committerLee Jones <lee.jones@linaro.org>2017-11-29 13:17:26 +0300
commit5da4e04ae480aac5274dd020af3dfa21935028f7 (patch)
tree4c149d42702913686e11eb4773e8ea662494fb46 /drivers/misc/cardreader/Makefile
parente455b69ddf9b69326d0cab28d374faf3325489c9 (diff)
downloadlinux-5da4e04ae480aac5274dd020af3dfa21935028f7.tar.xz
misc: rtsx: Add support for RTS5260
Add support for new chip rts5260. In order to support rts5260, the definitions of some internal registers and workflow have to be modified and are different from its predecessors and OCP function is added for RTS5260. So we need this patch to ensure RTS5260 can work. Signed-off-by: Rui Feng <rui_feng@realsil.com.cn> Reviewed-by: Daniel Bristot de Oliveira <bristot@redhat.com> Tested-by: Perry Yuan <perry_yuan@dell.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/misc/cardreader/Makefile')
-rw-r--r--drivers/misc/cardreader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cardreader/Makefile b/drivers/misc/cardreader/Makefile
index 78337b24fc62..9fabfcc6fa7a 100644
--- a/drivers/misc/cardreader/Makefile
+++ b/drivers/misc/cardreader/Makefile
@@ -1,4 +1,4 @@
-rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o
+rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o rts5260.o
obj-$(CONFIG_MISC_RTSX_PCI) += rtsx_pci.o
obj-$(CONFIG_MISC_RTSX_USB) += rtsx_usb.o