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/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/Kconfig b/drivers/media/video/ivtv/Kconfig
index e43beb2c9cbf..854cc9c30ca9 100644
--- a/drivers/media/video/ivtv/Kconfig
+++ b/drivers/media/video/ivtv/Kconfig
@@ -14,6 +14,7 @@ config VIDEO_IVTV
14 select VIDEO_CS53L32A 14 select VIDEO_CS53L32A
15 select VIDEO_WM8775 15 select VIDEO_WM8775
16 select VIDEO_WM8739 16 select VIDEO_WM8739
17 select VIDEO_VP27SMPX
17 select VIDEO_UPD64031A 18 select VIDEO_UPD64031A
18 select VIDEO_UPD64083 19 select VIDEO_UPD64083
19 ---help--- 20 ---help---
@@ -25,3 +26,19 @@ config VIDEO_IVTV
25 26
26 To compile this driver as a module, choose M here: the 27 To compile this driver as a module, choose M here: the
27 module will be called ivtv. 28 module will be called ivtv.
29
30config VIDEO_FB_IVTV
31 tristate "Conexant cx23415 framebuffer support"
32 depends on VIDEO_IVTV && FB && EXPERIMENTAL
33 select FB_CFB_FILLRECT
34 select FB_CFB_COPYAREA
35 select FB_CFB_IMAGEBLIT
36 ---help---
37 This is a framebuffer driver for the Conexant cx23415 MPEG
38 encoder/decoder.
39
40 This is used in the Hauppauge PVR-350 card. There is a driver
41 homepage at <http://www.ivtvdriver.org>.
42
43 To compile this driver as a module, choose M here: the
44 module will be called ivtvfb.