]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/media/video/ivtv/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[mirror_ubuntu-artful-kernel.git] / drivers / media / video / ivtv / Kconfig
1 config VIDEO_IVTV
2 tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support"
3 depends on VIDEO_V4L1 && VIDEO_V4L2 && PCI && I2C && EXPERIMENTAL
4 depends on INPUT # due to VIDEO_IR
5 depends on HOTPLUG # due to FW_LOADER
6 select I2C_ALGOBIT
7 select FW_LOADER
8 select VIDEO_IR
9 select VIDEO_TUNER
10 select VIDEO_TVEEPROM
11 select VIDEO_CX2341X
12 select VIDEO_CX25840
13 select VIDEO_MSP3400
14 select VIDEO_SAA711X
15 select VIDEO_SAA717X
16 select VIDEO_SAA7127
17 select VIDEO_TVAUDIO
18 select VIDEO_CS53L32A
19 select VIDEO_M52790
20 select VIDEO_WM8775
21 select VIDEO_WM8739
22 select VIDEO_VP27SMPX
23 select VIDEO_UPD64031A
24 select VIDEO_UPD64083
25 ---help---
26 This is a video4linux driver for Conexant cx23416 or cx23415 based
27 PCI personal video recorder devices.
28
29 This is used in devices such as the Hauppauge PVR-150/250/350/500
30 cards. There is a driver homepage at <http://www.ivtvdriver.org>.
31
32 To compile this driver as a module, choose M here: the
33 module will be called ivtv.
34
35 config VIDEO_FB_IVTV
36 tristate "Conexant cx23415 framebuffer support"
37 depends on VIDEO_IVTV && FB && EXPERIMENTAL
38 select FB_CFB_FILLRECT
39 select FB_CFB_COPYAREA
40 select FB_CFB_IMAGEBLIT
41 ---help---
42 This is a framebuffer driver for the Conexant cx23415 MPEG
43 encoder/decoder.
44
45 This is used in the Hauppauge PVR-350 card. There is a driver
46 homepage at <http://www.ivtvdriver.org>.
47
48 To compile this driver as a module, choose M here: the
49 module will be called ivtvfb.