diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-29 13:15:21 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-02 03:55:37 -0400 |
commit | 26ffb95c0012201c9ea9e8d315af1d499e1e66d3 (patch) | |
tree | 87fc34e6b342239c639f9c307c55b4026afbc059 /drivers/media/video/Kconfig | |
parent | 43381eaf07212e072b926fa8b8f695e88db7775c (diff) |
V4L/DVB (3653f): usbvideo: fixed Kconfig menu and Makefile build configuration
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 36 |
1 files changed, 2 insertions, 34 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index e585340349c0..fbb2a490574b 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -374,15 +374,6 @@ menu "V4L USB devices" | |||
374 | 374 | ||
375 | source "drivers/media/video/em28xx/Kconfig" | 375 | source "drivers/media/video/em28xx/Kconfig" |
376 | 376 | ||
377 | config USB_VICAM | ||
378 | tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)" | ||
379 | depends on USB && VIDEO_DEV && EXPERIMENTAL | ||
380 | ---help--- | ||
381 | Say Y here if you have 3com homeconnect camera (vicam). | ||
382 | |||
383 | To compile this driver as a module, choose M here: the | ||
384 | module will be called vicam. | ||
385 | |||
386 | config USB_DSBR | 377 | config USB_DSBR |
387 | tristate "D-Link USB FM radio support (EXPERIMENTAL)" | 378 | tristate "D-Link USB FM radio support (EXPERIMENTAL)" |
388 | depends on USB && VIDEO_DEV && EXPERIMENTAL | 379 | depends on USB && VIDEO_DEV && EXPERIMENTAL |
@@ -395,32 +386,9 @@ config USB_DSBR | |||
395 | To compile this driver as a module, choose M here: the | 386 | To compile this driver as a module, choose M here: the |
396 | module will be called dsbr100. | 387 | module will be called dsbr100. |
397 | 388 | ||
398 | source "drivers/media/video/et61x251/Kconfig" | 389 | source "drivers/media/video/usbvideo/Kconfig" |
399 | |||
400 | config USB_IBMCAM | ||
401 | tristate "USB IBM (Xirlink) C-it Camera support" | ||
402 | depends on USB && VIDEO_DEV | ||
403 | ---help--- | ||
404 | Say Y here if you want to connect a IBM "C-It" camera, also known as | ||
405 | "Xirlink PC Camera" to your computer's USB port. For more | ||
406 | information, read <file:Documentation/usb/ibmcam.txt>. | ||
407 | 390 | ||
408 | To compile this driver as a module, choose M here: the | 391 | source "drivers/media/video/et61x251/Kconfig" |
409 | module will be called ibmcam. | ||
410 | |||
411 | This camera has several configuration options which | ||
412 | can be specified when you load the module. Read | ||
413 | <file:Documentation/usb/ibmcam.txt> to learn more. | ||
414 | |||
415 | config USB_KONICAWC | ||
416 | tristate "USB Konica Webcam support" | ||
417 | depends on USB && VIDEO_DEV | ||
418 | ---help--- | ||
419 | Say Y here if you want support for webcams based on a Konica | ||
420 | chipset. This is known to work with the Intel YC76 webcam. | ||
421 | |||
422 | To compile this driver as a module, choose M here: the | ||
423 | module will be called konicawc. | ||
424 | 392 | ||
425 | config USB_OV511 | 393 | config USB_OV511 |
426 | tristate "USB OV511 Camera support" | 394 | tristate "USB OV511 Camera support" |