Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87085
b: refs/heads/master
c: 60fdd93
h: refs/heads/master
i:
  87083: bd55192
v: v3
  • Loading branch information
Alex Dubov authored and Linus Torvalds committed Mar 11, 2008
1 parent dd0b07e commit 6b38442
Show file tree
Hide file tree
Showing 6 changed files with 961 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 593672582e71a688cf8c3fc1c59ec7c44d3799e5
refs/heads/master: 60fdd931d577fcca351930fda4cde26ce07d35af
2 changes: 1 addition & 1 deletion trunk/drivers/memstick/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menuconfig MEMSTICK
Sony MemoryStick is a proprietary storage/extension card protocol.

If you want MemoryStick support, you should say Y here and also
to the specific driver for your MMC interface.
to the specific driver for your MemoryStick interface.

if MEMSTICK

Expand Down
10 changes: 10 additions & 0 deletions trunk/drivers/memstick/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@ config MEMSTICK_TIFM_MS
To compile this driver as a module, choose M here: the
module will be called tifm_ms.

config MEMSTICK_JMICRON_38X
tristate "JMicron JMB38X MemoryStick interface support (EXPERIMENTAL)"
depends on EXPERIMENTAL && PCI

help
Say Y here if you want to be able to access MemoryStick cards with
the JMicron(R) JMB38X MemoryStick card reader.

To compile this driver as a module, choose M here: the
module will be called jmb38x_ms.
6 changes: 3 additions & 3 deletions trunk/drivers/memstick/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#

ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
EXTRA_CFLAGS += -DDEBUG
endif

obj-$(CONFIG_MEMSTICK_TIFM_MS) += tifm_ms.o

obj-$(CONFIG_MEMSTICK_TIFM_MS) += tifm_ms.o
obj-$(CONFIG_MEMSTICK_JMICRON_38X) += jmb38x_ms.o
Loading

0 comments on commit 6b38442

Please sign in to comment.