diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index f606d2951fde..d4a6e56a7135 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -487,17 +487,6 @@ config VIDEO_PMS | |||
487 | To compile this driver as a module, choose M here: the | 487 | To compile this driver as a module, choose M here: the |
488 | module will be called pms. | 488 | module will be called pms. |
489 | 489 | ||
490 | config VIDEO_PLANB | ||
491 | tristate "PlanB Video-In on PowerMac" | ||
492 | depends on PPC_PMAC && VIDEO_V4L1 && BROKEN | ||
493 | help | ||
494 | PlanB is the V4L driver for the PowerMac 7x00/8x00 series video | ||
495 | input hardware. If you want to experiment with this, say Y. | ||
496 | Otherwise, or if you don't understand a word, say N. See | ||
497 | <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info. | ||
498 | |||
499 | Saying M will compile this driver as a module (planb). | ||
500 | |||
501 | config VIDEO_BWQCAM | 490 | config VIDEO_BWQCAM |
502 | tristate "Quickcam BW Video For Linux" | 491 | tristate "Quickcam BW Video For Linux" |
503 | depends on PARPORT && VIDEO_V4L1 | 492 | depends on PARPORT && VIDEO_V4L1 |
@@ -806,13 +795,7 @@ menuconfig V4L_USB_DRIVERS | |||
806 | 795 | ||
807 | if V4L_USB_DRIVERS && USB | 796 | if V4L_USB_DRIVERS && USB |
808 | 797 | ||
809 | config USB_VIDEO_CLASS | 798 | source "drivers/media/video/uvc/Kconfig" |
810 | tristate "USB Video Class (UVC)" | ||
811 | ---help--- | ||
812 | Support for the USB Video Class (UVC). Currently only video | ||
813 | input devices, such as webcams, are supported. | ||
814 | |||
815 | For more information see: <http://linux-uvc.berlios.de/> | ||
816 | 799 | ||
817 | source "drivers/media/video/gspca/Kconfig" | 800 | source "drivers/media/video/gspca/Kconfig" |
818 | 801 | ||