197403Sobrien# SPDX-License-Identifier: GPL-2.0
297403Sobrien#
397403Sobrien# USB Imaging devices configuration
497403Sobrien#
597403Sobriencomment "USB Imaging devices"
697403Sobrien
797403Sobrienconfig USB_MDC800
897403Sobrien	tristate "USB Mustek MDC800 Digital Camera support"
997403Sobrien	help
1097403Sobrien	  Say Y here if you want to connect this type of still camera to
1197403Sobrien	  your computer's USB port. This driver can be used with gphoto 0.4.3
1297403Sobrien	  and higher (look at <http://www.gphoto.org/>).
1397403Sobrien	  To use it create a device node with "mknod /dev/mustek c 180 32" and
1497403Sobrien	  configure it in your software.
1597403Sobrien
1697403Sobrien	  To compile this driver as a module, choose M here: the
1797403Sobrien	  module will be called mdc800.
18169691Skan
1997403Sobrienconfig USB_MICROTEK
2097403Sobrien	tristate "Microtek X6USB scanner support"
2197403Sobrien	depends on SCSI
2297403Sobrien	help
2397403Sobrien	  Say Y here if you want support for the Microtek X6USB and
2497403Sobrien	  possibly the Phantom 336CX, Phantom C6 and ScanMaker V6U(S)L.
2597403Sobrien	  Support for anything but the X6 is experimental.
2697403Sobrien	  Please report failures and successes.
2797403Sobrien	  The scanner will appear as a scsi generic device to the rest
2897403Sobrien	  of the system. Scsi support is required.
2997403Sobrien	  This driver can be compiled as a module, called microtek.
3097403Sobrien