Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336975
b: refs/heads/master
c: b902dd4
h: refs/heads/master
i:
  336973: fdeed01
  336971: 6da5559
  336967: fd0ee5b
  336959: 7a4ab01
v: v3
  • Loading branch information
Wei WANG authored and Greg Kroah-Hartman committed Nov 16, 2012
1 parent 5002498 commit 760d0cc
Show file tree
Hide file tree
Showing 4 changed files with 653 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c94b6452cc6de582584f21066cc5e36d9530c59
refs/heads/master: b902dd4ecc2cccdd6c033ba5d959d4d6606e55fb
10 changes: 10 additions & 0 deletions trunk/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 trunk/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 760d0cc

Please sign in to comment.