diff options
author | Micky Ching <micky_ching@realsil.com.cn> | 2013-11-12 17:16:08 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-11-25 12:44:37 -0800 |
commit | fa590c222fbaa428edb2ce2194638906cea1400a (patch) | |
tree | 885a784831cc44c798a5150ea00b4d9218e5dff4 /drivers/staging/Makefile | |
parent | 8a76714dd3755536a28f0d0b9c5fc378c492da40 (diff) | |
download | linux-stable-fa590c222fbaa428edb2ce2194638906cea1400a.tar.gz linux-stable-fa590c222fbaa428edb2ce2194638906cea1400a.tar.bz2 linux-stable-fa590c222fbaa428edb2ce2194638906cea1400a.zip |
staging: rts5208: add support for rts5208 and rts5288
There are still many rts5208/5288 card readers being used, but no
drivers are supported them in kernel now. This driver can make a
great convenience for people who use them.
Many other rts-series card reader are supported by mfd driver, but due
to much difference with others, rts5208/5288 can not add into mfd driver
pretty now, so we provide a separated driver here to support the device.
Signed-off-by: Micky Ching <micky_ching@realsil.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index b0d3303b4680..094aba9419ed 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -19,6 +19,7 @@ obj-$(CONFIG_RTL8192E) += rtl8192e/ obj-$(CONFIG_R8712U) += rtl8712/ obj-$(CONFIG_R8188EU) += rtl8188eu/ obj-$(CONFIG_RTS5139) += rts5139/ +obj-$(CONFIG_RTS5208) += rts5208/ obj-$(CONFIG_TRANZPORT) += frontier/ obj-$(CONFIG_IDE_PHISON) += phison/ obj-$(CONFIG_LINE6_USB) += line6/ |