Skip to content

Commit

Permalink
drivers/memstick: Add realtek pcie memstick host driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wei WANG authored and Greg Kroah-Hartman committed Nov 16, 2012
1 parent 2c94b64 commit b902dd4
Show file tree
Hide file tree
Showing 3 changed files with 652 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/memstick/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions drivers/memstick/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
obj-$(CONFIG_MEMSTICK_TIFM_MS) += tifm_ms.o
obj-$(CONFIG_MEMSTICK_JMICRON_38X) += jmb38x_ms.o
obj-$(CONFIG_MEMSTICK_R592) += r592.o
obj-$(CONFIG_MEMSTICK_REALTEK_PCI) += rtsx_pci_ms.o
Loading

0 comments on commit b902dd4

Please sign in to comment.