mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 10:32:35 +00:00
5da4e04ae4
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>
5 lines
173 B
Makefile
5 lines
173 B
Makefile
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
|