summaryrefslogtreecommitdiff
path: root/drivers/memstick/host/Kconfig
diff options
context:
space:
mode:
authorAlex Dubov <oakad@yahoo.com>2008-03-10 18:43:43 (GMT)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-03-11 01:01:19 (GMT)
commit60fdd931d577fcca351930fda4cde26ce07d35af (patch)
treef22c0ecfd9074fd1c9cb67273490d7e2702435a1 /drivers/memstick/host/Kconfig
parent593672582e71a688cf8c3fc1c59ec7c44d3799e5 (diff)
downloadlinux-fsl-qoriq-60fdd931d577fcca351930fda4cde26ce07d35af.tar.xz
memstick: add support for JMicron jmb38x MemoryStick host controller
Signed-off-by: Alex Dubov <oakad@yahoo.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/memstick/host/Kconfig')
-rw-r--r--drivers/memstick/host/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/memstick/host/Kconfig b/drivers/memstick/host/Kconfig
index c002fcc..4ce5c8d 100644
--- a/drivers/memstick/host/Kconfig
+++ b/drivers/memstick/host/Kconfig
@@ -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.