Skip to content

Commit

Permalink
[media] V4L menu: remove the EXPERIMENTAL tag from vino and c-qcam
Browse files Browse the repository at this point in the history
These are really, really old drivers. These are really no longer experimental...

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Nov 8, 2011
1 parent a3c581b commit 053fed7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,8 @@ source "drivers/media/video/bt8xx/Kconfig"
source "drivers/media/video/cpia2/Kconfig"

config VIDEO_VINO
tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2
tristate "SGI Vino Video For Linux"
depends on I2C && SGI_IP22 && VIDEO_V4L2
select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
help
Say Y here to build in support for the Vino video input system found
Expand Down Expand Up @@ -807,8 +807,8 @@ config VIDEO_BWQCAM
module will be called bw-qcam.

config VIDEO_CQCAM
tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
depends on EXPERIMENTAL && PARPORT && VIDEO_V4L2
tristate "QuickCam Colour Video For Linux"
depends on PARPORT && VIDEO_V4L2
help
This is the video4linux driver for the colour version of the
Connectix QuickCam. If you have one of these cameras, say Y here,
Expand Down

0 comments on commit 053fed7

Please sign in to comment.