aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-10-28 09:45:46 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-11-11 05:11:25 -0500
commit7c34158f206dca89c717e6818d04b8db187155a3 (patch)
treedf1c78011b5060f4f19efcf0bc205ed827119a65 /drivers/media
parent6a95ec590647989089b86a6d04c5f064240cb033 (diff)
V4L/DVB (9486): ivtv/ivtvfb: no longer experimental
Remove the EXPERIMENTAL tag. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/ivtv/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/ivtv/Kconfig b/drivers/media/video/ivtv/Kconfig
index d62f2bb5cf0e..c46bfb1569e3 100644
--- a/drivers/media/video/ivtv/Kconfig
+++ b/drivers/media/video/ivtv/Kconfig
@@ -1,6 +1,6 @@
1config VIDEO_IVTV 1config VIDEO_IVTV
2 tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support" 2 tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support"
3 depends on VIDEO_V4L2 && PCI && I2C && EXPERIMENTAL 3 depends on VIDEO_V4L2 && PCI && I2C
4 depends on INPUT # due to VIDEO_IR 4 depends on INPUT # due to VIDEO_IR
5 select I2C_ALGOBIT 5 select I2C_ALGOBIT
6 select VIDEO_IR 6 select VIDEO_IR
@@ -31,7 +31,7 @@ config VIDEO_IVTV
31 31
32config VIDEO_FB_IVTV 32config VIDEO_FB_IVTV
33 tristate "Conexant cx23415 framebuffer support" 33 tristate "Conexant cx23415 framebuffer support"
34 depends on VIDEO_IVTV && FB && EXPERIMENTAL 34 depends on VIDEO_IVTV && FB
35 select FB_CFB_FILLRECT 35 select FB_CFB_FILLRECT
36 select FB_CFB_COPYAREA 36 select FB_CFB_COPYAREA
37 select FB_CFB_IMAGEBLIT 37 select FB_CFB_IMAGEBLIT