diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-09-03 09:16:34 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-26 08:44:42 -0400 |
commit | 2cca7d4e4dec86c20631612163b83477db4404c5 (patch) | |
tree | a230b23cc3cf3ccb98d367763268d85c853ac919 /drivers/media/i2c | |
parent | 9495356f7ba958fa6b4fd7109caa292e4c233bd7 (diff) |
[media] v4l2: remove experimental tag from a number of old drivers
A number of old drivers still had the experimental tag. Time to remove it.
It concerns the following drivers:
VIDEO_TLV320AIC23B
USB_STKWEBCAM
VIDEO_CX18
VIDEO_CX18_ALSA
VIDEO_ZORAN_AVS6EYES
DVB_USB_AF9005
MEDIA_TUNER_TEA5761
VIDEO_NOON010PC30
This decision was taken during the 2012 Media Workshop.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r-- | drivers/media/i2c/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index 0e0793ae87fe..d3be0ca27361 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig | |||
@@ -117,7 +117,7 @@ config VIDEO_CS53L32A | |||
117 | 117 | ||
118 | config VIDEO_TLV320AIC23B | 118 | config VIDEO_TLV320AIC23B |
119 | tristate "Texas Instruments TLV320AIC23B audio codec" | 119 | tristate "Texas Instruments TLV320AIC23B audio codec" |
120 | depends on VIDEO_V4L2 && I2C && EXPERIMENTAL | 120 | depends on VIDEO_V4L2 && I2C |
121 | ---help--- | 121 | ---help--- |
122 | Support for the Texas Instruments TLV320AIC23B audio codec. | 122 | Support for the Texas Instruments TLV320AIC23B audio codec. |
123 | 123 | ||
@@ -492,7 +492,7 @@ config VIDEO_SR030PC30 | |||
492 | 492 | ||
493 | config VIDEO_NOON010PC30 | 493 | config VIDEO_NOON010PC30 |
494 | tristate "Siliconfile NOON010PC30 sensor support" | 494 | tristate "Siliconfile NOON010PC30 sensor support" |
495 | depends on I2C && VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_SUBDEV_API | 495 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
496 | depends on MEDIA_CAMERA_SUPPORT | 496 | depends on MEDIA_CAMERA_SUPPORT |
497 | ---help--- | 497 | ---help--- |
498 | This driver supports NOON010PC30 CIF camera from Siliconfile | 498 | This driver supports NOON010PC30 CIF camera from Siliconfile |