xref: /linux/drivers/usb/image/Kconfig (revision 01dd2fbf0da4019c380b6ca22a074538fb31db5a)
11da177e4SLinus Torvalds#
2*01dd2fbfSMatt LaPlante# USB Imaging devices configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvaldscomment "USB Imaging devices"
51da177e4SLinus Torvalds	depends on USB
61da177e4SLinus Torvalds
71da177e4SLinus Torvaldsconfig USB_MDC800
81da177e4SLinus Torvalds	tristate "USB Mustek MDC800 Digital Camera support (EXPERIMENTAL)"
91da177e4SLinus Torvalds	depends on USB && EXPERIMENTAL
101da177e4SLinus Torvalds	---help---
111da177e4SLinus Torvalds	  Say Y here if you want to connect this type of still camera to
121da177e4SLinus Torvalds	  your computer's USB port. This driver can be used with gphoto 0.4.3
131da177e4SLinus Torvalds	  and higher (look at <http://www.gphoto.org/>).
141da177e4SLinus Torvalds	  To use it create a device node with "mknod /dev/mustek c 180 32" and
151da177e4SLinus Torvalds	  configure it in your software.
161da177e4SLinus Torvalds
171da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
181da177e4SLinus Torvalds	  module will be called mdc800.
191da177e4SLinus Torvalds
201da177e4SLinus Torvaldsconfig USB_MICROTEK
211da177e4SLinus Torvalds	tristate "Microtek X6USB scanner support"
221da177e4SLinus Torvalds	depends on USB && SCSI
231da177e4SLinus Torvalds	help
241da177e4SLinus Torvalds	  Say Y here if you want support for the Microtek X6USB and
251da177e4SLinus Torvalds	  possibly the Phantom 336CX, Phantom C6 and ScanMaker V6U(S)L.
261da177e4SLinus Torvalds	  Support for anything but the X6 is experimental.
271da177e4SLinus Torvalds	  Please report failures and successes.
281da177e4SLinus Torvalds	  The scanner will appear as a scsi generic device to the rest
291da177e4SLinus Torvalds	  of the system. Scsi support is required.
301da177e4SLinus Torvalds	  This driver can be compiled as a module, called microtek.
31