diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2011-09-30 08:03:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-08 08:47:28 -0500 |
commit | a3c581be78cbd8ab9106935cb760facc29e9ea2b (patch) | |
tree | 5437df7bfe5cc8cfc15344c2e9d2c1dde2d18c45 /drivers/media/video/Kconfig | |
parent | 044ab15353dffd977770df3cb3c286240642a3f7 (diff) |
[media] V4L menu: move ISA and parport drivers into their own submenu
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 102 |
1 files changed, 59 insertions, 43 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index cf16dbcdbd29..256ff4aa9642 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -692,49 +692,6 @@ source "drivers/media/video/omap/Kconfig" | |||
692 | 692 | ||
693 | source "drivers/media/video/bt8xx/Kconfig" | 693 | source "drivers/media/video/bt8xx/Kconfig" |
694 | 694 | ||
695 | config VIDEO_PMS | ||
696 | tristate "Mediavision Pro Movie Studio Video For Linux" | ||
697 | depends on ISA && VIDEO_V4L2 | ||
698 | help | ||
699 | Say Y if you have such a thing. | ||
700 | |||
701 | To compile this driver as a module, choose M here: the | ||
702 | module will be called pms. | ||
703 | |||
704 | config VIDEO_BWQCAM | ||
705 | tristate "Quickcam BW Video For Linux" | ||
706 | depends on PARPORT && VIDEO_V4L2 | ||
707 | help | ||
708 | Say Y have if you the black and white version of the QuickCam | ||
709 | camera. See the next option for the color version. | ||
710 | |||
711 | To compile this driver as a module, choose M here: the | ||
712 | module will be called bw-qcam. | ||
713 | |||
714 | config VIDEO_CQCAM | ||
715 | tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)" | ||
716 | depends on EXPERIMENTAL && PARPORT && VIDEO_V4L2 | ||
717 | help | ||
718 | This is the video4linux driver for the colour version of the | ||
719 | Connectix QuickCam. If you have one of these cameras, say Y here, | ||
720 | otherwise say N. This driver does not work with the original | ||
721 | monochrome QuickCam, QuickCam VC or QuickClip. It is also available | ||
722 | as a module (c-qcam). | ||
723 | Read <file:Documentation/video4linux/CQcam.txt> for more information. | ||
724 | |||
725 | config VIDEO_W9966 | ||
726 | tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux" | ||
727 | depends on PARPORT_1284 && PARPORT && VIDEO_V4L2 | ||
728 | help | ||
729 | Video4linux driver for Winbond's w9966 based Webcams. | ||
730 | Currently tested with the LifeView FlyCam Supra. | ||
731 | If you have one of these cameras, say Y here | ||
732 | otherwise say N. | ||
733 | This driver is also available as a module (w9966). | ||
734 | |||
735 | Check out <file:Documentation/video4linux/w9966.txt> for more | ||
736 | information. | ||
737 | |||
738 | source "drivers/media/video/cpia2/Kconfig" | 695 | source "drivers/media/video/cpia2/Kconfig" |
739 | 696 | ||
740 | config VIDEO_VINO | 697 | config VIDEO_VINO |
@@ -826,6 +783,65 @@ source "drivers/media/video/cx18/Kconfig" | |||
826 | 783 | ||
827 | source "drivers/media/video/saa7164/Kconfig" | 784 | source "drivers/media/video/saa7164/Kconfig" |
828 | 785 | ||
786 | # | ||
787 | # ISA & parallel port drivers configuration | ||
788 | # | ||
789 | |||
790 | menuconfig V4L_ISA_PARPORT_DRIVERS | ||
791 | bool "V4L ISA and parallel port devices" | ||
792 | depends on ISA || PARPORT | ||
793 | default n | ||
794 | ---help--- | ||
795 | Say Y here to enable support for these ISA and parallel port drivers. | ||
796 | |||
797 | if V4L_ISA_PARPORT_DRIVERS | ||
798 | |||
799 | config VIDEO_BWQCAM | ||
800 | tristate "Quickcam BW Video For Linux" | ||
801 | depends on PARPORT && VIDEO_V4L2 | ||
802 | help | ||
803 | Say Y have if you the black and white version of the QuickCam | ||
804 | camera. See the next option for the color version. | ||
805 | |||
806 | To compile this driver as a module, choose M here: the | ||
807 | module will be called bw-qcam. | ||
808 | |||
809 | config VIDEO_CQCAM | ||
810 | tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)" | ||
811 | depends on EXPERIMENTAL && PARPORT && VIDEO_V4L2 | ||
812 | help | ||
813 | This is the video4linux driver for the colour version of the | ||
814 | Connectix QuickCam. If you have one of these cameras, say Y here, | ||
815 | otherwise say N. This driver does not work with the original | ||
816 | monochrome QuickCam, QuickCam VC or QuickClip. It is also available | ||
817 | as a module (c-qcam). | ||
818 | Read <file:Documentation/video4linux/CQcam.txt> for more information. | ||
819 | |||
820 | config VIDEO_PMS | ||
821 | tristate "Mediavision Pro Movie Studio Video For Linux" | ||
822 | depends on ISA && VIDEO_V4L2 | ||
823 | help | ||
824 | Say Y if you have the ISA Mediavision Pro Movie Studio | ||
825 | capture card. | ||
826 | |||
827 | To compile this driver as a module, choose M here: the | ||
828 | module will be called pms. | ||
829 | |||
830 | config VIDEO_W9966 | ||
831 | tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux" | ||
832 | depends on PARPORT_1284 && PARPORT && VIDEO_V4L2 | ||
833 | help | ||
834 | Video4linux driver for Winbond's w9966 based Webcams. | ||
835 | Currently tested with the LifeView FlyCam Supra. | ||
836 | If you have one of these cameras, say Y here | ||
837 | otherwise say N. | ||
838 | This driver is also available as a module (w9966). | ||
839 | |||
840 | Check out <file:Documentation/video4linux/w9966.txt> for more | ||
841 | information. | ||
842 | |||
843 | endif # V4L_ISA_PARPORT_DRIVERS | ||
844 | |||
829 | source "drivers/media/video/marvell-ccic/Kconfig" | 845 | source "drivers/media/video/marvell-ccic/Kconfig" |
830 | 846 | ||
831 | config VIDEO_M32R_AR | 847 | config VIDEO_M32R_AR |