aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rts_pstor/Kconfig
diff options
context:
space:
mode:
authorwwang <wei_wang@realsil.com.cn>2011-01-21 17:39:18 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-01-21 12:11:02 -0800
commit77d89b08766c878a2594b15d203e513acf952340 (patch)
treec3c1b3c8be54a5968811a7db5039bca92bf16e5e /drivers/staging/rts_pstor/Kconfig
parent88c8a4437b061dd9dae738802a9eddc297a96278 (diff)
staging: add rts_pstor for Realtek PCIE cardreader
rts_pstor is used to support Realtek PCI-E card readers, including rts5209, rts5208, Barossa. Signed-off-by: wwang <wei_wang@realsil.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rts_pstor/Kconfig')
-rw-r--r--drivers/staging/rts_pstor/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/staging/rts_pstor/Kconfig b/drivers/staging/rts_pstor/Kconfig
new file mode 100644
index 00000000000..972becd011f
--- /dev/null
+++ b/drivers/staging/rts_pstor/Kconfig
@@ -0,0 +1,15 @@
+config RTS_PSTOR
+ tristate "RealTek PCI-E Card Reader support"
+ help
+ Say Y here to include driver code to support the Realtek
+ PCI-E card readers.
+
+ If this driver is compiled as a module, it will be named rts_pstor.
+
+config RTS_PSTOR_DEBUG
+ bool "Realtek PCI-E Card Reader verbose debug"
+ depends on RTS_PSTOR
+ help
+ Say Y here in order to have the rts_pstor code generate
+ verbose debugging messages.
+