aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-07-20 08:29:43 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 21:03:02 -0400
commit32db775452818656d5fd8fd8b0f54425f5cfc177 (patch)
tree36289a03f0cea5cb247181700e62fe38a094b2ff /drivers/media/video/ivtv/Kconfig
parentd3c35acf2455fe354bdd00085511bef6bd6d52f1 (diff)
V4L/DVB (5902): Add ivtv-fb framebuffer driver.
Add the ivtv-fb framebuffer driver for cx23415 devices (currently only the Hauppauge PVR-350 cards). This makes it possible to use the On-Screen Display functionality of these cards, either for menus during MPEG playback, or as a console or X display. Signed-off-by: Kevin Thayer <nufan_wfk@yahoo.com> Signed-off-by: Chris Kennedy <c@groovy.org> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: John P Harvey <john.p.harvey@btinternet.com> Signed-off-by: Ian Armstrong <ian@iarmst.demon.co.uk> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/Kconfig')
-rw-r--r--drivers/media/video/ivtv/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/Kconfig b/drivers/media/video/ivtv/Kconfig
index e43beb2c9cbf..399f231abb96 100644
--- a/drivers/media/video/ivtv/Kconfig
+++ b/drivers/media/video/ivtv/Kconfig
@@ -25,3 +25,19 @@ config VIDEO_IVTV
25 25
26 To compile this driver as a module, choose M here: the 26 To compile this driver as a module, choose M here: the
27 module will be called ivtv. 27 module will be called ivtv.
28
29config VIDEO_IVTV_FB
30 tristate "Conexant cx23415 framebuffer support"
31 depends on VIDEO_IVTV && FB && EXPERIMENTAL
32 select FB_CFB_FILLRECT
33 select FB_CFB_COPYAREA
34 select FB_CFB_IMAGEBLIT
35 ---help---
36 This is a framebuffer driver for the Conexant cx23415 MPEG
37 encoder/decoder.
38
39 This is used in the Hauppauge PVR-350 card. There is a driver
40 homepage at <http://www.ivtvdriver.org>.
41
42 To compile this driver as a module, choose M here: the
43 module will be called ivtv-fb.