aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/Kconfig
diff options
context:
space:
mode:
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.