Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344948
b: refs/heads/master
c: 1346771
h: refs/heads/master
v: v3
  • Loading branch information
Wei WANG authored and Samuel Ortiz committed Nov 8, 2012
1 parent f36f757 commit 80d627e
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: ff984e57d36e8ac468849a144a36f1c11f88b61c
refs/heads/master: 13467710601adbb8192576d56ad2ae6114e562ce
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 80d627e

Please sign in to comment.