diff options
author | Rui Feng <rui_feng@realsil.com.cn> | 2017-11-29 10:09:56 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-11-29 11:17:26 +0100 |
commit | 5da4e04ae480aac5274dd020af3dfa21935028f7 (patch) | |
tree | 4c149d42702913686e11eb4773e8ea662494fb46 /drivers/misc/cardreader/Kconfig | |
parent | misc: rtsx: Move Realtek Card Reader Driver to misc (diff) | |
download | linux-5da4e04ae480aac5274dd020af3dfa21935028f7.tar.xz linux-5da4e04ae480aac5274dd020af3dfa21935028f7.zip |
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/Kconfig')
-rw-r--r-- | drivers/misc/cardreader/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cardreader/Kconfig b/drivers/misc/cardreader/Kconfig index e7d835a160bb..69e815e32a8c 100644 --- a/drivers/misc/cardreader/Kconfig +++ b/drivers/misc/cardreader/Kconfig @@ -4,7 +4,7 @@ config MISC_RTSX_PCI select MFD_CORE help This supports for Realtek PCI-Express card reader including rts5209, - rts5227, rts522A, rts5229, rts5249, rts524A, rts525A, rtl8411. + 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. |