summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208/Kconfig
diff options
context:
space:
mode:
authorMicky Ching <micky_ching@realsil.com.cn>2013-11-12 17:16:08 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-11-25 12:44:37 -0800
commitfa590c222fbaa428edb2ce2194638906cea1400a (patch)
tree885a784831cc44c798a5150ea00b4d9218e5dff4 /drivers/staging/rts5208/Kconfig
parent8a76714dd3755536a28f0d0b9c5fc378c492da40 (diff)
downloadop-kernel-dev-fa590c222fbaa428edb2ce2194638906cea1400a.zip
op-kernel-dev-fa590c222fbaa428edb2ce2194638906cea1400a.tar.gz
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/rts5208/Kconfig')
-rw-r--r--drivers/staging/rts5208/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/staging/rts5208/Kconfig b/drivers/staging/rts5208/Kconfig
new file mode 100644
index 0000000..055655c
--- /dev/null
+++ b/drivers/staging/rts5208/Kconfig
@@ -0,0 +1,15 @@
+config RTS5208
+ tristate "Realtek PCI-E Card Reader RTS5208/5288 support"
+ depends on PCI && SCSI
+ help
+ Say Y here to include driver code to support the Realtek
+ PCI-E card reader rts5208/rts5288.
+
+ If this driver is compiled as a module, it will be named rts5208.
+
+config RTS5208_DEBUG
+ bool "Realtek PCI-E Card Reader RTS5208/5288 verbose debug"
+ depends on RTS5208
+ help
+ Say Y here in order to have the rts5208 code generate
+ verbose debugging messages.
OpenPOWER on IntegriCloud