Kconfig 1.4 KB
Newer Older
1 2 3 4 5
config VIDEO_USBVIDEO
	tristate

config USB_VICAM
	tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)"
6
	depends on VIDEO_V4L1 && EXPERIMENTAL
7 8 9 10 11 12 13 14
	select VIDEO_USBVIDEO
	---help---
	  Say Y here if you have 3com homeconnect camera (vicam).

	  To compile this driver as a module, choose M here: the
	  module will be called vicam.

config USB_IBMCAM
15
	tristate "USB IBM (Xirlink) C-it Camera support (DEPRECATED)"
16
	depends on VIDEO_V4L1
17 18
	select VIDEO_USBVIDEO
	---help---
19 20 21
	  This driver is DEPRECATED please use the gspca xirlink_cit module
	  instead.

22
	  Say Y here if you want to connect a IBM "C-It" camera, also known as
23
	  "Xirlink PC Camera" to your computer's USB port.
24 25 26 27 28 29

	  To compile this driver as a module, choose M here: the
	  module will be called ibmcam.

	  This camera has several configuration options which
	  can be specified when you load the module. Read
30
	  <file:Documentation/video4linux/ibmcam.txt> to learn more.
31 32

config USB_KONICAWC
33
	tristate "USB Konica Webcam support (DEPRECATED)"
34
	depends on VIDEO_V4L1
35 36
	select VIDEO_USBVIDEO
	---help---
37 38 39
	  This driver is DEPRECATED (and known to crash) please use the
	  gspca konica module instead.

40 41 42 43 44
	  Say Y here if you want support for webcams based on a Konica
	  chipset. This is known to work with the Intel YC76 webcam.

	  To compile this driver as a module, choose M here: the
	  module will be called konicawc.
45