aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-11-03 06:07:44 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:26 -0500
commit91121d9cfdeea84cdc837cb2f041dae735f5131c (patch)
tree249c233a6cc48920b1d1115d70c649c5f480037d
parentb7496780e800061522de2262b4b4d7bf7602ecfa (diff)
V4L/DVB (9507): v4l: remove EXPERIMENTAL from several drivers
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/Kconfig8
-rw-r--r--drivers/media/video/cx25840/Kconfig2
2 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index af951bdc111d..8e4b798a7e2a 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -184,7 +184,7 @@ config VIDEO_MSP3400
184 184
185config VIDEO_CS5345 185config VIDEO_CS5345
186 tristate "Cirrus Logic CS5345 audio ADC" 186 tristate "Cirrus Logic CS5345 audio ADC"
187 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL 187 depends on VIDEO_V4L2 && I2C
188 ---help--- 188 ---help---
189 Support for the Cirrus Logic CS5345 24-bit, 192 kHz 189 Support for the Cirrus Logic CS5345 24-bit, 192 kHz
190 stereo A/D converter. 190 stereo A/D converter.
@@ -204,7 +204,7 @@ config VIDEO_CS53L32A
204 204
205config VIDEO_M52790 205config VIDEO_M52790
206 tristate "Mitsubishi M52790 A/V switch" 206 tristate "Mitsubishi M52790 A/V switch"
207 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL 207 depends on VIDEO_V4L2 && I2C
208 ---help--- 208 ---help---
209 Support for the Mitsubishi M52790 A/V switch. 209 Support for the Mitsubishi M52790 A/V switch.
210 210
@@ -242,7 +242,7 @@ config VIDEO_WM8739
242 242
243config VIDEO_VP27SMPX 243config VIDEO_VP27SMPX
244 tristate "Panasonic VP27s internal MPX" 244 tristate "Panasonic VP27s internal MPX"
245 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL 245 depends on VIDEO_V4L2 && I2C
246 ---help--- 246 ---help---
247 Support for the internal MPX of the Panasonic VP27s tuner. 247 Support for the internal MPX of the Panasonic VP27s tuner.
248 248
@@ -387,7 +387,7 @@ comment "MPEG video encoders"
387 387
388config VIDEO_CX2341X 388config VIDEO_CX2341X
389 tristate "Conexant CX2341x MPEG encoders" 389 tristate "Conexant CX2341x MPEG encoders"
390 depends on VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_COMMON 390 depends on VIDEO_V4L2 && VIDEO_V4L2_COMMON
391 ---help--- 391 ---help---
392 Support for the Conexant CX23416 MPEG encoders 392 Support for the Conexant CX23416 MPEG encoders
393 and CX23415 MPEG encoder/decoders. 393 and CX23415 MPEG encoder/decoders.
diff --git a/drivers/media/video/cx25840/Kconfig b/drivers/media/video/cx25840/Kconfig
index de515dadadc2..451133ad41ff 100644
--- a/drivers/media/video/cx25840/Kconfig
+++ b/drivers/media/video/cx25840/Kconfig
@@ -1,6 +1,6 @@
1config VIDEO_CX25840 1config VIDEO_CX25840
2 tristate "Conexant CX2584x audio/video decoders" 2 tristate "Conexant CX2584x audio/video decoders"
3 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL 3 depends on VIDEO_V4L2 && I2C
4 ---help--- 4 ---help---
5 Support for the Conexant CX2584x audio/video decoders. 5 Support for the Conexant CX2584x audio/video decoders.
6 6