diff options
author | Wei WANG <wei_wang@realsil.com.cn> | 2012-11-09 20:53:35 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-15 17:30:14 -0800 |
commit | b902dd4ecc2cccdd6c033ba5d959d4d6606e55fb (patch) | |
tree | 6cbfcd40f223fdcf0c7c348bfc309e3177838231 /drivers/memstick/host/Kconfig | |
parent | 2c94b6452cc6de582584f21066cc5e36d9530c59 (diff) |
drivers/memstick: Add realtek pcie memstick host driver
Realtek PCI-E Memstick card host driver is used to access Memstick
card, with the help of Realtek PCI-E card reader MFD driver.
Signed-off-by: Wei WANG <wei_wang@realsil.com.cn>
Acked-by: Alex Dubov <oakad@yahoo.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.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 cc0997a0517..4f7a17fd1aa 100644 --- a/drivers/memstick/host/Kconfig +++ b/drivers/memstick/host/Kconfig @@ -42,3 +42,13 @@ config MEMSTICK_R592 To compile this driver as a module, choose M here: the module will be called r592. + +config MEMSTICK_REALTEK_PCI + tristate "Realtek PCI-E Memstick Card Interface Driver" + depends on MFD_RTSX_PCI + help + Say Y here to include driver code to support Memstick card interface + of Realtek PCI-E card reader + + To compile this driver as a module, choose M here: the module will + be called rtsx_pci_ms. |