diff options
author | Roger Tseng <rogerable@realtek.com> | 2014-04-11 14:53:23 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-04-28 11:02:46 +0100 |
commit | 99451dceeb5fdd789f0a2eeb3ee029e80d2ccc40 (patch) | |
tree | 33f0c80f7f6434354638faac8fed6f3bf27caa5f /drivers/memstick/host/Kconfig | |
parent | 1d14310abb74011dc5523baf0aee75b94070861a (diff) | |
download | blackbird-op-linux-99451dceeb5fdd789f0a2eeb3ee029e80d2ccc40.tar.gz blackbird-op-linux-99451dceeb5fdd789f0a2eeb3ee029e80d2ccc40.zip |
memstick: Add realtek USB memstick host driver
Realtek USB memstick host driver provides memstick host support based on the
Realtek USB card reader MFD driver.
Signed-off-by: Roger Tseng <rogerable@realtek.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/memstick/host/Kconfig')
-rw-r--r-- | drivers/memstick/host/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/memstick/host/Kconfig b/drivers/memstick/host/Kconfig index 1b37cf8cd204..7310e32b5991 100644 --- a/drivers/memstick/host/Kconfig +++ b/drivers/memstick/host/Kconfig @@ -52,3 +52,13 @@ config MEMSTICK_REALTEK_PCI To compile this driver as a module, choose M here: the module will be called rtsx_pci_ms. + +config MEMSTICK_REALTEK_USB + tristate "Realtek USB Memstick Card Interface Driver" + depends on MFD_RTSX_USB + help + Say Y here to include driver code to support Memstick card interface + of Realtek RTS5129/39 series USB card reader + + To compile this driver as a module, choose M here: the module will + be called rts5139_ms. |